bBox_SQLiteClose( reference )
Parameters:
reference: session reference returned by bBox_SQLiteOpen
Result:
0, or SQLite3 error code
Error:
none
Script Step:
none
––––––––––
First appeared in: 0.80
Examples in demo file: 0
Compatibility: Client, macOS, Ubuntu, WebDirect, WPE
––––––––––
Closes the SQLite3 session created with bBox_SQLiteOpen. Once closed, the reference will be invalid.
If you have used the in-memory storage option, all SQLite3 data for the session will also be dumped.
––––––––––
bBox Wiki