Re: [sqlite] "library routine called out of space"

2004-10-01 Thread D. Richard Hipp
Cory Nelson wrote: Anyone know why I'd get that from an sqlite3_prepare()? Perhaps you meant "library routine called out of sequence". That can happen (for example) when you call sqlite3_prepare() on a database connection that you have previously closed using sqlite3_close(). -- D. Richard Hipp --

Re: [sqlite] "library routine called out of space"

2004-10-01 Thread Eddy Macnaghten
Are you sure you do not mean "out of memory" ? That means a malloc failed. What are you calling sqlite3_prepare with? Especially what is the third argument? On Fri, 2004-10-01 at 01:06, Cory Nelson wrote: > Anyone know why I'd get that from an sqlite3_prepare()? -- Edward A. Macnaghten