FairCom Corporation


4.3.9 ctdbAddTable


Add an existing table to a database.

Declaration

CTDBRET ctdbAddTable(CTHANDLE Handle, pTEXT Name, pTEXT Path)

Description

ctdbAddTable adds an existing table to a database.

Returns

ctdbAddTable returns CTDBRET_OK on success, or the c-tree Plus error code on failure.

Example

CTHANDLE hTable;
eRet = ctdbAddTable(hTable, "custmast", "");

See also

ctdbCreateTable, ctdbAllocTable, ctdbDeleteTable, ctdbDropTable


FairCom Corporation
www.faircom.com