Skip to content Skip to sidebar Skip to footer

Busy Timeout For Sqlite On Android

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.

The answer which explains it

Post a Comment for "Busy Timeout For Sqlite On Android"