P
Peter Judge
Guest
> The whole ROWID thing from Progress is something to generally avoid, or use on an extremely short-term basis. Agree wholeheartedly on this. One place where I know that TT ROWID values change is when data is passed across an AppServer boundary. You should only ever be using ROWID to do local, in-same-session-only lookups or for db lookups and even there I’d suggest looking for alternatives - table partitioning means that the DB ROWID can change.
Continue reading...
Continue reading...