Up |
_sqliteClose
Close a database connexion.
Prototype :
fun [ObjSqlite] I
- ObjSqlite : a sqlite3 object.
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 :
Example :