True, so it would be great if there were a way to Lock the File aside from using Transactions to do so. Perhaps some windows API, or any other way?
Will Leshner <[EMAIL PROTECTED]> wrote on 06/17/2005 02:21:58 PM: > > On Jun 17, 2005, at 11:18 AM, [EMAIL PROTECTED] wrote: > > > However, I need transactions for other purposes, as my > > process is running it will need to BEGIN and COMMIT/ROLLBACK > > transactions all the while holding the lock on the file. > > > Ah. You were hoping the transactions would be nested? That is > something that SQLite doesn't support.

