Thanks, that is a very useful tip!

RBS


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 18 July 2007 00:56
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Interrupt SQLite

"RB Smissaert" <[EMAIL PROTECTED]> wrote:
> Is it somehow possible to interrupt an ongoing INSERT operation? I made a
> mistake in an index and now got into a very long process that I would like
> to stop. I am running this from VBA via the dll from Olaf Schmidt,
> dhSQLite.dll. I don't want to kill Excel as I would lose some work.
> Thanks for any advice.
> 

Try making the journal file read-only.  That should stop it.
And force a rollback.

--
D. Richard Hipp <[EMAIL PROTECTED]>


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




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

Reply via email to