DELETEDBFILE (Project Definition)
- Last UpdatedMar 22, 2022
- 1 minute read
Function:
Deletes the Database (DB) file of an existing DB.
Description:
Used in conjunction with the reconfiguration of a DB and the CREATEDBFILE command.
The file of the named DB is deleted.
By using this command, any references of the DB within an MDB or DBSET are maintained.
Examples:
|
DELETEDBFILE MASTER/PIPECATA Deletes the file for the named DB. |
|
CREATEDBFILE MASTER/PIPECATA Creates a new file for the named DB. |
Related commands: