CTDatabase.DeleteTable
Syntax
void DeleteTable(String Name, String Password)
Parameters
Description
Drops a table from the database, and delete the files from disk.
Return
None.
Example
aMyTable.Close(); // close the custmast table.
aMyDatabase.DeleteTable("custmast", my_table_password);
See Also
AddTable(), DropTable()