SQLite Forum

C/C++ API: Is it posiible to clone database connection?
Login
Is your SQLite database in using WAL mode ?  What's the response from

<code>PRAGMA journal_mode</code>

?  If not, use the PRAGMA to put the database into WAL mode and try again. The journal mode is saved in your database.  No need to change any code in your program.