Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

Changing default properties

When a table is created, the table properties are set to default values. Developers using the c-treeDB API may need to change the default value of the table properties to suit the design requirements of their applications.

The table property values must be changed after the creating the table object, but before calling CTTable::Create(). The following table properties may be changed:

  • Path
  • Data file extension
  • Index file extension
  • Password
  • Group ID
  • Permission Mask
  • Default Data Extent Size
  • Default Index Extent Size
  • Field padding

Please refer to "Table Properties" for more information on the table properties.

TOCIndex