Hi, Simon.

I have been reading your back and forth answers like the next 4 responce.

And I am still waiting for the example that works in c code like the one that Bill McCormick that is wrong.

Why do you not include in your answer a working correction of the c code so that followers can
learn also and try it our selves.

Thanks Guy
On 12-01-31 09:34 AM, Simon Slavin wrote:
On 31 Jan 2012, at 2:32pm, Bill McCormick wrote:

Where exactly to I put the PRAGMA journal_mode=WAL; line?
You execute it as a SQL command, the same way you'd execute an INSERT command.

You only need to do it once for the database file.  The setting is stored with 
the database and next time SQLite opens the database file it will still be in 
WAL mode.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to