c-treeDB API for C++ - Developers Guide
c-treeDB C++ API - Working with Resources
Resource operations are usually performed in the following sequence:
- Instantiate a CTResource object by calling one of the CTResource constructors.
- Perform the desired operation such as adding, updating, deleting or reading resources
- Once the CTResource object is no longer needed, destroy the object to release any system resources.