Re: [sqlite] Sporadic "library routine called out of sequence"from Tcl interface?

2005-06-23 Thread Charles Hines
> "DRH" == D Richard Hipp <[EMAIL PROTECTED]> writes: DRH> 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

Re: [sqlite] Sporadic "library routine called out of sequence" from Tcl interface?

2005-06-22 Thread D. Richard Hipp
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

Re: [sqlite] Sporadic "library routine called out of sequence" from Tcl interface?

2005-06-22 Thread Dennis Cote
Charles Hines wrote: I've tried using the various PRAGMAs to help debug it (side note: the vdbe ones don't seem to be working for me, even though I compiled with the --enable-debug flag) as well as putting in an sqlite3 trace command that dumps the strings being sent so I can watch how things ar

[sqlite] Sporadic "library routine called out of sequence" from Tcl interface?

2005-06-22 Thread Charles Hines
Howdy all. I've recently convinced someone here who was in need of a database for his in house Tcl/Tk application (under Solaris 8) to try SQLite (which I have been meaning to try myself for some personal projects that have yet to be started). I helped facilitate this by putting together a "batte