Re: [sqlite] PS Re: [sqlite] two process problem

2007-02-03 Thread Jay Sprenkle
I have 2 processes running one is updating portions of a table and >>one is inserting. > > >Are you using threads? There are some issues using the same database handle >with multiple threads. Each process is single threaded. Your error messages don't look familiar. What language are you progr

[sqlite] PS Re: [sqlite] two process problem

2007-02-03 Thread Tom Shaw
At 4:59 PM -0600 2/3/07, Jay Sprenkle wrote: On 2/3/07, Tom Shaw <[EMAIL PROTECTED]> wrote: I have 2 processes running one is updating portions of a table and one is inserting. Are you using threads? There are some issues using the same database handle with multiple threads. Each process i