iOSSQLiteDatabase.Connect
From Xojo Documentation
Method
Connects to the database so that you can begin using it. Before proceeding with database operations, test to be sure that Connect returns True.
Notes
To create an in-memory SQLite database, call Connect without having previously specified a DatabaseFile.
Sample Code
Connect to an existing database: