Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::Open

Syntax

void Open(const CTString& Name, const CTOPEN_MODE OpenMode)

Parameters

  • Name [in] The table name
  • OpenMode [in] The open mode for the table. The valid values for the table open mode are shown in "Table Open Modes".

Description

Opens an existing table.

Return

None.

See also

GetOpenMode(), Create(), Close()

TOCIndex