Re: [sqlite] sqlite error: database is locked

2010-03-17 Thread imin imup
> Thanks for clarification. I assumed the error message of error code > > SQLITE_BUSY is something like "databased is busy". > > http://www.sqlite.org/c3ref/c_abort.html > Also in sqlite3.h file - comments on the right are almost exactly > reflect the corresponding error message. > You are

Re: [sqlite] sqlite error: database is locked

2010-03-17 Thread Pavel Ivanov
> than 1 database connections are held (in nested function calls). Will >> this >> > cause any issue? >> > >> > On Wed, Mar 17, 2010 at 11:05 AM, Pavel Ivanov <paiva...@gmail.com> >> wrote: >> > >> >> http://www.sqlite.org/faq.html#q5 >> >>

Re: [sqlite] sqlite error: database is locked

2010-03-17 Thread imin imup
nction calls). Will > this > > cause any issue? > > > > On Wed, Mar 17, 2010 at 11:05 AM, Pavel Ivanov <paiva...@gmail.com> > wrote: > > > >> http://www.sqlite.org/faq.html#q5 > >> http://www.sqlite.org/lockingv3.html > >> > >>

Re: [sqlite] sqlite error: database is locked

2010-03-17 Thread imin imup
, Mar 17, 2010 at 11:46 AM, imin imup <imini...@gmail.com> wrote: > > Hello users, > > > > I'm using sqlite 3.6.12 in muti-threaded application. I'm getting sqlite > > errors occasionally. > > The error message is > > > > *sqlite error: database is

Re: [sqlite] sqlite error: database is locked

2010-03-17 Thread Pavel Ivanov
gt; The error message is > > *sqlite error: database is locked* > > could someone explain to me what happened and what to be done? or point me > to a document on how to fix this? > > Best > > Imin > ___ > sqlite-users mailing list >

[sqlite] sqlite error: database is locked

2010-03-17 Thread imin imup
Hello users, I'm using sqlite 3.6.12 in muti-threaded application. I'm getting sqlite errors occasionally. The error message is *sqlite error: database is locked* could someone explain to me what happened and what to be done? or point me to a document on how to fix this? Best Imin

RE: [sqlite] SQLite error: Database is locked

2006-11-22 Thread Denis Povshedny
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 21, 2006 6:43 PM To: sqlite-users@sqlite.org Subject: RE: [sqlite] SQLite error: Database is locked Hi Denis, Thanks to your reply. Iam using the Linux 2.6.9.34 EL and sqlite version 3.3.6. your solution is good , but in my