Table of Contents

DBClose (Statement)

Format

dbclose
dbclose ( )
dbclose database_number
dbclose ( database_number )

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

2016/01/01 22:42

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

History

0.9.6yNew to Version
0.9.9.19Added ability to have 8 database connections