user529146
user529146

Reputation: 11

Check If Database Was Created Successfully

How can I check whether or not my application's database was created successfully?

Upvotes: 0

Views: 676

Answers (1)

trojanfoe
trojanfoe

Reputation: 122391

A SQLiteException is thrown if an error occurs in openDatabase().

Reference

Upvotes: 2

Related Questions