SQLiteDatabase.LibraryVersion

From Xojo Documentation

Read-Only Property (As String )
StringValue = aSQLiteDatabase.LibraryVersion

Supported for all project types and targets.

Returns a String containing the version of SQLite used by Xojo.

Example

Displays the SQLite version in use:

Var db As New SQLiteDatabase
MessageBox("SQLite version = " + db.LibraryVersion)