Database[SQLite]
Close
close database connection
Calling Sequence
Parameters
Description
Examples
Compatibility
Close( connection )
connection
-
database connection obtained using the Open command
The Close command closes the database connection.
withDatabaseSQLite:
db≔FileToolsJoinPathkerneloptsdatadir,SQLite,G20-Population.db:
connection≔Opendb
SQLite database,tablemain=C:\Program Files\Maple 2024\data\SQLite\G20-Population.db
Closeconnection
SQLite database: connection closed
The Database[SQLite][Close] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
Download Help Document