Product Documentation

V9 Update Guide

Previous Topic

Next Topic

Attach and Detach Existing Sessions

There are situations where an existing connection to c-tree already exists, via a call to a low level or ISAM c-tree initialization function, however, FairCom DB for .NET functionality is required without terminating the existing connection and starting a new c-treeDB session. The following functions were added to FairCom DB for .NET to permit a session handle to be attached and detached from an existing c-tree connection.

  • CTSession.Attach
  • CTSession.Detach
  • CTSession.GetAttachMode

TOCIndex