CREATEDBFILE (Project Definition)
- Last UpdatedMar 22, 2022
- 1 minute read
Function:
Creates a new Database (DB) file for an existing DB.
Description:
Used in conjunction with the reconfiguration of a DB and the DELETEDBFILE command.
The DB details of type, number and file name, held within the System DB, are used to create a new DB file for the selected DB.
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: