Re: [sqlite] sqlite3 is blocked by transaction when wanting to close the sqlite3 *

2009-12-04 Thread Pavel Ivanov
ven when that >>>> application has the DLL loaded - Windows will complain.  This could be >>>> what's happening. >>>> >>>> Could you instead write the database close call within this other >>>> process, and call it from the main process w

Re: [sqlite] sqlite3 is blocked by transaction when wanting to close the sqlite3 *

2009-12-04 Thread liubin liu
>>> Could you instead write the database close call within this other >>> process, and call it from the main process when you shut down? >>> >>> Nick. >>> >>> -Original Message----- >>> From: sqlite-users-boun...@sqlite.org

Re: [sqlite] sqlite3 is blocked by transaction when wanting to close the sqlite3 *

2009-12-04 Thread liubin liu
ase close call within this other >>> process, and call it from the main process when you shut down? >>> >>> Nick. >>> >>> -Original Message----- >>> From: sqlite-users-boun...@sqlite.org >>> [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of li

Re: [sqlite] sqlite3 is blocked by transaction when wanting to close the sqlite3 *

2009-12-03 Thread liubin liu
loaded - Windows will complain.  This could be >>>> what's happening. >>>> >>>> Could you instead write the database close call within this other >>>> process, and call it from the main process when you shut down? >>>> >>>> N

Re: [sqlite] sqlite3 is blocked by transaction when wanting to close the sqlite3 *

2009-12-03 Thread liubin liu
and call it from the main process when you shut down? >>> >>> Nick. >>> >>> -Original Message----- >>> From: sqlite-users-boun...@sqlite.org >>> [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of liubin liu >>> Sent: 26 Novembe

Re: [sqlite] sqlite3 is blocked by transaction when wanting to close the sqlite3 *

2009-11-30 Thread Pavel Ivanov
gt;> >> -Original Message- >> From: sqlite-users-boun...@sqlite.org >> [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of liubin liu >> Sent: 26 November 2009 02:29 >> To: sqlite-users@sqlite.org >> Subject: [sqlite] sqlite3 is blocked by transactio

Re: [sqlite] sqlite3 is blocked by transaction when wanting to close the sqlite3 *

2009-11-29 Thread liubin liu
her > process, and call it from the main process when you shut down? > > Nick. > > -Original Message- > From: sqlite-users-boun...@sqlite.org > [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of liubin liu > Sent: 26 November 2009 02:29 > To: sqlite-users@sqlite

Re: [sqlite] sqlite3 is blocked by transaction when wanting to close the sqlite3 *

2009-11-26 Thread Nick Shaw
is blocked by transaction when wanting to close the sqlite3 * My application includes a main process and some other processes. I open the database in other process, but at end I will close the database in main process. The problem happens while I close the database. The main process is blocked. And I

[sqlite] sqlite3 is blocked by transaction when wanting to close the sqlite3 *

2009-11-25 Thread liubin liu
My application includes a main process and some other processes. I open the database in other process, but at end I will close the database in main process. The problem happens while I close the database. The main process is blocked. And I could see the journal file is still there, so I guess