[sqlite] Fwd: Problem with SQLite in C++. DB is BUSY (Multithread)

2015-08-11 Thread ch
Hi, I have similar problems. We have multiple connections to write to the database and the updates are surrounded by create savepoints. The issue is when two updates from different connections try to modify the database, the second operation gonna fail and it either returned database is busy or

[sqlite] Fwd: Problem with SQLite in C++. DB is BUSY (Multithread)

2015-08-12 Thread ch
n 11 Aug 2015, at 2:28am, ch wrote: > > > Is this because we don't create and handle savepoints correct? > > Have you set a timeout value using the routine I pointed to earlier ? If > not, do so. > > Simon. > ___