Product Documentation

FairCom DB V12 Updates

Previous Topic

Next Topic

c-treeDB - Added Support for Session and Database Dictionary in Regular, Non-Superfiles

c-treeDB now has the capability to create session and database dictionaries as regular tables instead of superfiles. When using this feature, c-treeDB now creates a directory named the same as the superfile was named. The dictionary tables are created as regular files inside the directory.

  • The session dictionary is created as ctdbdict.fsd\ctdbdict.dat ctdbdict.fsd\ctdbdict.idx
  • The database dictionary is created as <databasename>.fdd\ctdbdict.dat and <databasename>.fdd\ctdbdict.idx

To use this new capability, call this function prior to creating the session or the database:

ctdbSetDictInSuperfile()

The handle must be a session handle when creating a session and a database handle when creating a database.

TOCIndex