en:dbclose

DBClose

Format

dbclose
dbclose ( )
dbclose DatabaseNumber
dbclose ( DatabaseNumber )

Description

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.

Example

See example of usage on DBOpen page.

See Also

More information about databases in general and SQLite specifically can be found at SQLite Home Page and SQL at Wikipedia.

History

0.9.6y - New
0.9.9.19 - Added ability to have 8 database connections

en/dbclose.txt · Last modified: 2012/11/27 12:13 by admin