EasyTable: Single-File Embedded Database,
a BDE replacement for Delphi and C++Builder
DROP TABLE Statement
Previous
Top
Next
Introduction
The DROP TABLE statement is used to delete table from the database.
Syntax
DROP TABLE [MEMORY] table_name
MEMORY option specifies that in-memory table will be created.
Here is an example:
DROP TABLE Test
Note:
If the table does not exist, DROP TABLE will not raise an exception.
©
AidAim Software
EasyTable:
Easytable Ben Delphi Database Single File Bde Replacemen