On 7/15/05, Jay Sprenkle <[EMAIL PROTECTED]> wrote: > Make sure you use and observe locks and it works fine. > You can only have one process writing at a specific instant. >
What do you know, the problem was actually that I was starting another query before having called sqlite3_finalize() on the old one. But, adding transactions helped me to actually get an error from the database that was meaningful. I think I'll keep the transactions there since they will improve performance. ttyl, --buddy

