===== DBClose (Statement) ===== ==== Format ==== **dbclose**\\ **dbclose** ( )\\ **dbclose** [[integerexpressions|database_number]]\\ **dbclose** ( [[integerexpressions|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|DBOpen]] page. ==== See Also ==== {{page>en:start#Database (SQLITE)&noheader}} ==== External Links ==== More information about databases in general and SQLite specifically can be found at [[http://sqlite.org|SQLite Home Page]] and [[http://en.wikipedia.org/wiki/SQL|SQL at Wikipedia]]. ==== History ==== |0.9.6y|New to Version| |0.9.9.19|Added ability to have 8 database connections|