Product Documentation

V9 Update Guide

Previous Topic

Next Topic

Attach and Detach Open Tables to c-treeDB

A c-treeDB table handle or object can be attached and detached to an already open data file. Applications may need to open a table using FairCom DB ISAM and FairCom Low-Level functions and then attach the table to a c-treeDB table handle to take advantage of full c-treeDB functionality.

c-treeDB C API

  • ctdbAttachTable()
  • ctdbAttachTableXtd()
  • ctdbDetachTable()

c-treeDB C++ API

  • CTTable::Attach()
  • CTTable::AttachXtd()
  • CTTable::Detach()

TOCIndex