Up

_sqliteClose

Close a database connexion.

Prototype :

fun [ObjSqlite] I

Return : I 0 if success, another integer if sqlite error or nil if an Scol error occurs.
For the number code error, see
http://www.sqlite.org/c3ref/c_abort.html.

See also :

_sqliteOpenFile

_sqliteOpenFileEx

_sqliteOpenMemory

_sqliteOpenTemp

Example :