Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

Record Buffer Layout

Based on the fields added by the user, c-treeDB .NET will organize the record buffer as follows:

$DELFLD$

$NULFLD$

$ROWID$

field 0

field 1

...

field n

The user fields are stored in the table record in the same order in which they were added. To initiate the operation on the records, a record handle must be declared and instantiated. Once the table associated with the record handle is opened, the record can be used to store the information that comes from or goes to the fields in the table.

TOCIndex