Page 1 of 1

Access to internal buffer of record

Posted: Sat 20 Mar 2010 17:00
by LarsDima
hello
i can get access to internal buffer of record?
I want to copy the entire record in a memory. Is it possible to control the buffer record?

Posted: Tue 23 Mar 2010 07:32
by bork
Hello

You can get internal buffer of record but it contains data in internal format with pointers to the internal objects. This buffer will be useless for you. Therefore we don't advise to use internal buffer of record in your application directly.

Posted: Tue 23 Mar 2010 15:46
by LarsDima
bork wrote:Hello

You can get internal buffer of record but it contains data in internal format with pointers to the internal objects. This buffer will be useless for you. Therefore we don't advise to use internal buffer of record in your application directly.
thank for your reply.
My application implements data replication. For comparison, I plan to calculate CRC32 for each record (which is not much). When will the differences, you need to pack records and send to the recipient. The receiver decompresses the raw format recording and adds the record.