On Wed, 2005-06-22 at 16:37 -0400, Charles Hines wrote: > Things seemed to be going rather well at first, but now quite frequently his > app is getting the "library routine called out of sequence" error (at > seemingly random times and places), and I have to say that I'm a little > perplexed. >
I'm perplexed too. It isn't too hard to get an SQLITE_MISUSE from the C interface (just call any of the API routines with a bogus sqlite3* handle, for example) but I thought the TCL interface completely insulated you from all of that. I've been looking through the code and trying things and I cannot reproduce the problem. Please let me know if you get any more clues... -- D. Richard Hipp <[EMAIL PROTECTED]>