iOSSQLiteDatabase.CreateDatabaseFile
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
Creates a database file. Returns True if the database was successfully created.
Notes
You are automatically connected if CreateDatabase returns True, so you do not need to also call Connect.
Sample Code
Create a New iOSSQLiteDatabase: