Up |
_sqliteSharedCacheEnabled
Active or desactive the shared cache. Not shared by default.
Prototype :
fun [I] I
- I : 0 : not shared (default), otherwise another integer.
Return : I 0 if success or an error code number (see http://www.sqlite.org/c3ref/c_abort.html).
See also :
Example :