L Larsito Member Mar 20, 2010 #1 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: Mar 21, 2010
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.
Marco Kalter Administrator Staff member Mar 22, 2010 #1 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.
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.