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 -- [EMAIL PROTECTED] -- 704.948.4565



Reply via email to