Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.3   9.4   9.5   10.0   10.1   10.2   10.3   10.4   10.5   10.6    Statistic    FMM    Blog  

SQL.InternalSQLiteLibrary.Activated

Checks if internal SQLite library is used.

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

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

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


SQL.InternalSQLiteLibrary.Activate   -   SQL.InternalSQLiteLibrary.Deactivate

Feedback: Report problem or ask question.




Links
MBS Xojo Plugins

Start Chat