C
ChUIMonster
Guest
Mike understates the case -- "bad idea" doesn't even begin to cover it. Never, ever store a RECID or a ROWID in a database table. Treat RECIDs as very volatile data -- they *might* be consistent from moment to moment during program execution. You will mostly, probably "get away" with using RECID variables within a narrow bit of code -- but even that will not *always* be safe.
Continue reading...
Continue reading...