Re: [sqlite] LOCK problem in 2.8

2005-01-17 Thread Michael Keilhofer
Hi Ulrik, OK, thanks. I'm having trouble ignoring the rules used with ODBC connections. Old habbits. :-) Michael Ulrik Petersen wrote: Hi Michael, Michael Keilhofer wrote: For sqlite 2.8 the documentation says that I can get a SQLITE_LOCKED when I try to execute a statement while in a callback

Re: [sqlite] LOCK problem in 2.8

2005-01-17 Thread Ulrik Petersen
Hi Michael, Michael Keilhofer wrote: For sqlite 2.8 the documentation says that I can get a SQLITE_LOCKED when I try to execute a statement while in a callback function. I'm not using callbacks but find that when I try to do an sqlite_exec() while iterating records using sqlite_compile() and sq

[sqlite] LOCK problem in 2.8

2005-01-17 Thread Michael Keilhofer
For sqlite 2.8 the documentation says that I can get a SQLITE_LOCKED when I try to execute a statement while in a callback function. I'm not using callbacks but find that when I try to do an sqlite_exec() while iterating records using sqlite_compile() and sqlite_step() I still get the SQLITE_LO