Re: [sqlite] SQLite via TCL Question

2012-05-08 Thread Tilsley, Jerry M.
on. > > -Original Message- > From: sqlite-users-boun...@sqlite.org [mailto: > sqlite-users-boun...@sqlite.org] On Behalf Of Duquette, William H > (318K) > Sent: Tuesday, May 08, 2012 5:13 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] S

Re: [sqlite] SQLite via TCL Question

2012-05-08 Thread Richard Hipp
gt; > -Original Message- > From: sqlite-users-boun...@sqlite.org [mailto: > sqlite-users-boun...@sqlite.org] On Behalf Of Duquette, William H (318K) > Sent: Tuesday, May 08, 2012 5:13 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] SQLite via TCL Question

Re: [sqlite] SQLite via TCL Question

2012-05-08 Thread Tilsley, Jerry M.
: [sqlite] SQLite via TCL Question On 5/8/12 1:51 PM, "Tilsley, Jerry M." <jmtils...@st-claire.org> wrote: >This is probably a newbie question so please bear with me. I'm >accessing a SQLite database through TCL and periodically I get a "Database >Locked" >

Re: [sqlite] SQLite via TCL Question

2012-05-08 Thread Tilsley, Jerry M.
, May 08, 2012 5:36 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] SQLite via TCL Question On 8 May 2012, at 9:51pm, "Tilsley, Jerry M." <jmtils...@st-claire.org> wrote: > This is probably a newbie question so please bear with me. I'm accessing a > SQLit

Re: [sqlite] SQLite via TCL Question

2012-05-08 Thread Simon Slavin
On 8 May 2012, at 9:51pm, "Tilsley, Jerry M." wrote: > This is probably a newbie question so please bear with me. I'm accessing a > SQLite database through TCL and periodically I get a "Database Locked" error. > This is a multi-thread process that writes to the DB,

Re: [sqlite] SQLite via TCL Question

2012-05-08 Thread Duquette, William H (318K)
On 5/8/12 1:51 PM, "Tilsley, Jerry M." wrote: >This is probably a newbie question so please bear with me. I'm accessing >a SQLite database through TCL and periodically I get a "Database Locked" >error. This is a multi-thread process that writes to the DB, do I need

[sqlite] SQLite via TCL Question

2012-05-08 Thread Tilsley, Jerry M.
All, This is probably a newbie question so please bear with me. I'm accessing a SQLite database through TCL and periodically I get a "Database Locked" error. This is a multi-thread process that writes to the DB, do I need to enable WAL for this, if so, do I do this from the TCL side or the