CTTable::Create
Syntax
void Create(const CTString& Name, const CTCREATE_MODE CreateMode)
Parameters
Description
Creates a new table. Before the table creation, it must be defined with AddField(), and optionally with AddIndex() and AddSegment().
Return
None.
See also
AddField(), GetCreateMode(), Open()