iOSSQLiteDatabase.Connect
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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: