How to increase the busy timeout for the SQLite on Android ? It would be useful for situations when two threads are simultaneously trying to insert some data to DB and exception i
Solution 1:
You should have one instance of SQLiteOpenHelper then it works.
Post a Comment for "Busy Timeout For Sqlite On Android"