dbclose
dbclose ( )
dbclose database_number
dbclose ( database_number )
Close an open SQLite database file. Database connections are numbered from 0 to 7. If the database number is omitted then database file #0 will be closed.
See example of usage on DBOpen page.
More information about databases in general and SQLite specifically can be found at SQLite Home Page and SQL at Wikipedia.
0.9.6y | New to Version |
0.9.9.19 | Added ability to have 8 database connections |