Previous Topic

Next Topic

c-treeDB, ISAM and Low-Level Integration

If you are creating a new application and have selected c-treeDB as the API of choice to access your data, there may be situations where you need to place calls directly into the ISAM or even low-level layers while remaining in your c-treeDB code. This may be to obtain certain specific services that are not be directly supported by c-treeDB, or you may want to rewrite certain c-treeDB functionality to better suit your specific requirements.

It may also be common to find situations were you have an existing application written using the ISAM or low-level API, however, you develop new modules using the c-treeDB API and will migrate the existing modules over time to c-treeDB. In either case you will need c-treeDB to support the mix of ISAM or low-level function calls with your c-treeDB code, specifically when you must work with a table's data and index files and record data.

Functionality has been added to more easily support using c-treeDB with multiple APIs.