Re: [sqlite] WAL/TCL Question

2014-01-14 Thread Zsbán Ambrus
On 1/14/14, Tilsley, Jerry M. wrote: > I have a database that I am using with a couple processes that will modify > the database at near the same time. So I thought this would be the ideal > time to investigate the WAL mode. How do I enable this on the database, and > what do I need to watch for

Re: [sqlite] WAL/TCL Question

2014-01-14 Thread Richard Hipp
On Tue, Jan 14, 2014 at 5:15 PM, Tilsley, Jerry M. < jerry.tils...@st-claire.org> wrote: > All, > > I have a database that I am using with a couple processes that will modify > the database at near the same time. So I thought this would be the ideal > time to investigate the WAL mode. How do I e

[sqlite] WAL/TCL Question

2014-01-14 Thread Tilsley, Jerry M.
All, I have a database that I am using with a couple processes that will modify the database at near the same time. So I thought this would be the ideal time to investigate the WAL mode. How do I enable this on the database, and what do I need to watch for when talking to this db after WAL mo