4.6.2.7 CTDatabase::DeleteTable
Syntax
void DeleteTable(const CTString& Name, const CTString& Password)Parameters
Description
Drops a table from the database, and delete the files from disk.
Return
None.
Example
pMyTable->Close(); // close the custmast table.pMyDatabase->DeleteTable("custmast", my_table_password);See Also
DropTable, AddTable
|
FairCom Corporation www.faircom.com |