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.Activate
Activates the internal SQLite library.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| SQL | 5.3 | Yes | Yes | Yes | Yes | Yes |
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
Blog Entries
- Use JSON functions with SQLite
- [ANN] MBS FileMaker Plugin 5.3 for OS X/Windows
- Embedded SQLite and encryption
Created 23th September 2015, last changed 23th September 2015
SQL.InsertRecords - SQL.InternalSQLiteLibrary.Activated
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos