On 6 Jan 2010, at 4:11pm, Christopher Sansone wrote: > The error specifically occurs in sqlite3_step().
You did say in your post SQLITE_ERROR. Can you get the extended error message for us or any other routine that might give more detail than that ? > Does anyone have any ideas of why this is occurring? My best guess is > that it is a thread-safety issue inside SQLite... the statements are > being executed asynchronously and failing when one statement does not > execute fast enough. I am running the pre-compiled build for Windows > that I downloaded right from the sqlite website. Please make sure you're using the one that's posted there now. A bug may have been correctly recently. > Does anyone know what > threading mode it was compiled with and whether or not that would be a > problem? Any other ideas? Please post any PRAGMAs you're using, or anything else that might be interfering with normal caching, locking, process management, etc.. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

