Creating a new table may be one of the most crucial operations performed by a database developer or administrator. The c-treeDB .NET API offers a powerful, yet easy to use, mechanism for creating tables.
The create table process does not leave the table open after the table is created. The user must explicitly open the table to be able to add data records and query any of the table properties.
The create table process involves the following steps: