On 12/23/2011 09:06 PM, Sreekumar TP wrote:
Hi,

yes, I know. I have a multithreaded app. One db conection.I will try to
reproduce the problem with a simple app.

However, the difference between the working and non working case is that in
the working case statements are prepared each time. In the non working
case, its reused.

The very first call to bind throws this error.

Usually indicates the statement has not been reset. Calls
to bind functions return an error if sqlite3_step() has been
called on the statement more recently than sqlite3_reset().

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to