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