Re: [sqlite] How to set 'PRAGMA synchronous=on' permanently for a database?

2005-03-14 Thread Christian Smith
On Fri, 11 Mar 2005, Eric Hochmeister wrote: >Hi, > >I'm trying to figure out how to set the PRAGMA synchronous attribute >to ON permanently for my database. I've read the pragma docs at >(http://www.sqlite.org/pragma.html) and looked at the source code and >haven't been able to figure it out. >

[sqlite] How to set 'PRAGMA synchronous=on' permanently for a database?

2005-03-11 Thread Eric Hochmeister
Hi, I'm trying to figure out how to set the PRAGMA synchronous attribute to ON permanently for my database. I've read the pragma docs at (http://www.sqlite.org/pragma.html) and looked at the source code and haven't been able to figure it out. I am able to load up my database with sqlite3 and