Reputation: 11
How can I check whether or not my application's database was created successfully?
Upvotes: 0
Views: 676
Reputation: 122391
A SQLiteException is thrown if an error occurs in openDatabase().
SQLiteException
openDatabase()
Reference
Upvotes: 2