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 <[EMAIL PROTECTED]> wrote:
> > For some reason I haven't been able to track down, SQLite is creating
> > a journal file after the C++ process connects, however, the journal
> > file doesn't go away.
>
> Are you, by any chance, opening a transaction and keeping it open?
>
> Igor Tandetnik
>
> -----------------------------------------------------------------------------
> To unsubscribe, send email to [EMAIL PROTECTED]
> -----------------------------------------------------------------------------
>
>

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to