EPUB | CHM | PDF

TPSQLTable.Methods.EmptyTable

Top Previous Next

Deletes all records from the table.

Syntax:

procedure EmptyTable;

Description:

The EmptyTable method deletes all records from the database table specified by the DatabaseName and TableName properties.

Deletion of records can fail if the user lacks sufficient privileges to perform the delete operation.

See also: Example: EmptyTable