Up |
_sqliteOpenTemp
Create and connect a database to the temporarly file. The database will be lost when _sqliteClose is called or the application is closed.
Prototype :
fun [Chn] ObjSqlite
- Chn : a channel, typically the current channel.
Return : ObjSqlite a new Scol object or nil if error.
See also :
Example :