Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

Class CTDatabase

Description

The CTDatabase class deals with the Database concept. The Database can be thought as a collection of tables. Multiple databases can be connected at the same time, within the same session. The same database may open at different sessions. CTDatabase class is derived from the CTBase class.

See Also

CTBase, CTSession, CTTable

Preconditions

Before performing any tasks with a CTDatabase object, it is necessary to initialize one CTSession object.

TOCIndex