Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SQL.InternalSQLiteLibrary.Activated

Checks if internal SQLite library is used.

Component Version macOS Windows Linux Server iOS SDK
SQL 5.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "SQL.InternalSQLiteLibrary.Activated" )

Parameters

none

Result

Returns 0 or 1.

Description

Checks if internal SQLite library is used.
Returns 1 if used and 0 if not.

Examples

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

See also

This function is free to use.

Created 23th September 2015, last changed 23th September 2015


SQL.InternalSQLiteLibrary.Activate - SQL.InternalSQLiteLibrary.Deactivate