DBCLOSE Close and optionally delete SQL database file |
Top Previous Next |
This script command is used to close a SQL database file when it is no longer needed.
Add the /delete option if the file is considered temporary and it should be deleted after being closed.
When a database file is closed, FileLink deletes any %db_xxxx variable(s) that may have been created by prior execution of the DBGETRESULTS script command.
Related Command(s): DBGETRESULTS, DBUSE, DBQUERY
|