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.
with⁡DatabaseSQLite:
db ≔ FileToolsJoinPath⁡kernelopts⁡'datadir',SQLite,G20-Population.db:
connection ≔ Open⁡db
SQLite database,table⁡main=C:\Program Files\Maple 2023\data\SQLite\G20-Population.db
Close⁡connection
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