Re: [sqlite] Understanding TRANSACTION's

2010-03-07 Thread Sam Carleton
Please ignore this post, I just followed up with another post with a lot more info, I am still having the problem, though. Sam On Sun, Mar 7, 2010 at 10:27 AM, Sam Carleton wrote: > My use of SQLite is within a Apache module and Axis2/C web services.  At a > minimum, every request invokes a uniq

[sqlite] Understanding TRANSACTION's

2010-03-07 Thread Sam Carleton
My use of SQLite is within a Apache module and Axis2/C web services. At a minimum, every request invokes a unique call to sqlite3_open_v2, most of the time there are multiple calls to sqlite3_open_v2, one for each specific task. An example would be the module part, which sends configuration to th