Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server (Not)
Client
Old
Guides
Examples
New in version:
6.5
7.0
7.1
7.2
7.3
7.4
7.5
8.0
8.1
8.2
Statistic
SQL.InternalSQLiteLibrary.Activate
Activates the internal SQLite library.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
SQL | 5.3 | Yes | Yes | Yes | Yes | Yes |
MBS( "SQL.InternalSQLiteLibrary.Activate" )
Parameters
none
Result
Returns OK or error.
Description
Activates the internal SQLite library.If you use this command, you don't need to provide sqlite3.dll or sqlite3.dylib yourself.
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
- FM.SQL.InsertRecordsToSQL
- SQL.InternalSQLiteLibrary.Activated
- SQL.InternalSQLiteLibrary.Deactivate
- SQL.InternalSQLiteLibrary.SourceID
- SQL.InternalSQLiteLibrary.Version
Example Databases
- SQL to other databases/SQL Export
- SQL to other databases/SQLite blob
- SQL to other databases/SQLite fun
- Third Party/FileMaker Snippet Storage
SQL.InsertRecords - SQL.InternalSQLiteLibrary.Activated
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins