Re: [sqlite] Re: Access from Multiple Processes

2008-01-21 Thread Mark Riehl
I'm just executing SQL insert statements. I'm not using the BEGIN TRANSACTION; ... END TRANSACTION; wrappers around the inserts. I thought that there was an implied BEGIN ...COMMIT around every INSERT statement? Mark On Jan 21, 2008 4:48 PM, Igor Tandetnik [EMAIL PROTECTED] wrote: Mark Riehl

RE: [sqlite] Re: Access from Multiple Processes

2008-01-21 Thread James Dennett
(Top-posting and overquoting fixed.) On Monday, January 21, 2008 1:57 PM, Mark Riehl wrote: On Jan 21, 2008 4:48 PM, Igor Tandetnik [EMAIL PROTECTED] wrote: Mark Riehl [EMAIL PROTECTED] wrote: For some reason I haven't been able to track down, SQLite is creating a journal file after the

Re: [sqlite] Re: Access from Multiple Processes

2008-01-21 Thread Mark Riehl
I guess the other thing I should add is that we're using Qt/Qtopia. In theory, it shouldn't matter, but, I thought I'd mention it just in case. Mark On 1/21/08, James Dennett [EMAIL PROTECTED] wrote: (Top-posting and overquoting fixed.) On Monday, January 21, 2008 1:57 PM, Mark Riehl wrote: