Re: [sqlite] BEGIN TRANSACTION / COMMIT errors

2006-10-06 Thread Jay Sprenkle
On 10/5/06, Levi Wilson <[EMAIL PROTECTED]> wrote: I have a process that opens up a connection to my database when it starts up with sqlite3_open. This connection is kept for the life of the process. In one of my functions, it inserts a row into one table, and also into another table that is

Re: [sqlite] BEGIN TRANSACTION / COMMIT errors

2006-10-05 Thread drh
"Levi Wilson" <[EMAIL PROTECTED]> wrote: > please let me know if I have not been clear. I, for one, do not understand what it is you are trying to do. -- D. Richard Hipp <[EMAIL PROTECTED]> - To unsubscribe, send email

[sqlite] BEGIN TRANSACTION / COMMIT errors

2006-10-05 Thread Levi Wilson
I have a process that opens up a connection to my database when it starts up with sqlite3_open. This connection is kept for the life of the process. In one of my functions, it inserts a row into one table, and also into another table that is related. Therefore, I wrap both statements within a