Can I get record buffer in memory?

Larsito

Member
If I use your DOA, can I get access to the internal record buffer? For example, copy a record in a certain region of memory, and then insert into the same table entry from memory, simply changing the PK.
 
Last edited:
There is not standard functionality for this. You could create a little procedure (e.g. based on an array of variants) to save/restore the record.
 
Back
Top