DBCLOSE Close a SQL database file or connection |
Top Previous Next |
This script command is used to close a SQLite database file or ODBC database connection previously opened with the DBUSE command. This command also removes any %db_ColumnName variables created by prior execution of the DBGETRESULTS script command.
When working with temporary SQLite database files the /delete option is available to delete the file after closing it. This option may not be used to delete a System or User DSN used by an ODBC database connection.
Related command(s): DBUSE, DBQUERY, DBGETRESULTS, DBREWIND See also: Using the built-in database engine |