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.

