Product Documentation

FairCom DB API API for C++ - Developers Guide

Previous Topic

Next Topic

FairCom DB API C++ API - Working with Resources

Resource operations are usually performed in the following sequence:

  1. Instantiate a CTResource object by calling one of the CTResource constructors.
  2. Perform the desired operation such as adding, updating, deleting or reading resources
  3. Once the CTResource object is no longer needed, destroy the object to release any system resources.

TOCIndex