Platforms to show: All Mac Windows Linux Cross-Platform
The module InternalSQLiteLibraryMBS
module InternalSQLiteLibraryMBSType | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
module | SQL | MBS SQL Plugin | 15.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
if InternalSQLiteLibraryMBS.Use then
MsgBox "Using internal SQLite"
else
MsgBox "Failed, so please use library file."
end if
- method CompileOption(index as Integer) as String
- method CompileOptionUsed(optionName as String) as Boolean
- method isKeyword(name as string) as boolean
- method Keywords as String()
- method Shell(arguments() as string) as Integer
- method SourceID as String
- method Use as boolean
- method Version as String
- method VersionNumber as Integer
- property MemoryHighwater as Int64
- property MemoryUsed as Int64
Some examples which use this module:
- /SQL/SQLDatabaseMBS SQLite API 2
- /SQL/SQLDatabaseMBS SQLite Blob test
- /SQL/SQLDatabaseMBS SQLite Connect
- /SQL/SQLDatabaseMBS SQLite Connect console
- /SQL/SQLDatabaseMBS SQLite Connect in Memory Database
- /SQL/SQLDatabaseMBS SQLite Create Encrypted
- /SQL/SQLDatabaseMBS SQLite Encryption Fetch values
- /SQL/SQLDatabaseMBS SQLite ExecuteSQL
- /SQL/SQLDatabaseMBS SQLite ExecuteSQL threaded
- /SQL/SQLDatabaseMBS SQLite Fetch values
- /SQL/SQLDatabaseMBS SQLite Fetch values threaded
- /SQL/SQLDatabaseMBS SQLite insert record
- /SQL/SQLDatabaseMBS SQLite insert record with transaction
- /SQL/SQLDatabaseMBS SQLite load extension
- /SQL/SQLDatabaseMBS SQLite Prepared Statement
- /SQL/SQLDatabaseMBS SQLite select version
- /SQL/SQLite Backup
- /SQL/SQLite Benchmark vs REALSQLDatabase
- /SQL/SQLite Blob test
- /SQL/SQLite Connect
- /SQL/SQLite Connect in Memory Database
- /SQL/SQLite Display Schema
- /SQL/SQLite Encryption Fetch values
- /SQL/SQLite ExecuteSQL
- /SQL/SQLite ExecuteSQL with Parameters
- /SQL/SQLite Fetch rows bulk
- /SQL/SQLite Fetch values
- /SQL/SQLite Fetch values with Recordset
- /SQL/SQLite Fetch values with RowSet
- /SQL/SQLite Internal Library Compiler Options
- /SQL/SQLite load extension
- /SQL/SQLite Lock Test/SQLite Busy Handler
- /SQL/SQLite select version
- /SQL/SQLite select version with Trace events
- /SQL/SQLite Table Definition
- /SQL/SQLite Unicode test
- /SQL/SQLite Update values
- /SQL/SQLite Version
- /SQL/SQLite Write blob to file
- /SQL/Web app/with SQLConnectionMBS
- /SQL/Web app/with SQLDatabaseMBS
Blog Entries
- MBS Xojo Plugins, version 21.1pr8
- MBS Xojo Plugins, version 19.2pr1
- MBS Xojo Plugins, version 18.3pr4
- MBS Xojo Plugins, version 18.3pr2
- Use JSON functions with SQLite
- MBS Releases the MBS Xojo / Real Studio plug-ins in version 16.4
- SQLite3 command line tool in Xojo
- MBS Xojo / Real Studio Plugins, version 16.4pr7
- MBS Releases the MBS Xojo / Real Studio plug-ins in version 15.2
- SQL Plugin option to include SQLite Library
Xojo Developer Magazine
- 14.1, page 8: News
- 13.5, page 27: Tracking Medications for Personal Health, Learn how to implement medication tracking in a PHR solution by JC Cruz
The items on this page are in the following plugins: MBS SQL Plugin.

Links
MBS Xojo Chart Plugins