Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Checks if internal SQLite library is used.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SQL | 5.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
none
Returns 0 or 1.
Activate the internal SQLite library if not already activated:
If [MBS( "SQL.InternalSQLiteLibrary.Activated" ) ≠ 1]
Set Variable [$r; Value:MBS( "SQL.InternalSQLiteLibrary.Activate" )]
End If
This function is free to use.
Created 23th September 2015, last changed 23th September 2015
SQL.InternalSQLiteLibrary.Activate - SQL.InternalSQLiteLibrary.Deactivate