DeleteDB Statement
Deletes data from the table in the opened database.
Syntax
DeleteDB #databaseNum,tableNumber [, condition]
Parameters
- databaseNum
- Specify the database number (integer value from 501 to 508) specified in OpenDB.
- tableNumber
- Specify the table name whose data will be deleted.
- condition
- Specify the condition to delete the data. Compound condition can be specified by using AND and OR. If the condition is not specified, all data in the table will be deleted.
Description
Deletes the data matched to the delete condition from the specified table in the opened database.
If the database is an Excel book, this command cannot be executed.
Note
- Connection of PC with installed RC+ is required.
See Also
OpenDB, CloseDB, SelectDB, UpdateDB