DeleteTable

Takes one parameter, TableName

Description:

Deletes the table specified in TableName from the database

The table will be unloaded and the files that make up the table will have the extension .del added to their names. A runtime error will occur if the filenames with .del added to their names already exist. It is possible to remove the .del extentions and reload the table. Use the File command to delete these files if deemed safe and desired.

Example:

DeleteTable "ToDo.Item"