Greetings,

I'm getting an error compiling a parameter to a compiled statement.
Unfortunately, since I'm using a customer wrapper class around sqlite,
posting my code won't be much help. Here's what I'm doing:

I create a compiled statement (two, actually).

Then, each time through a loop, I bind an argument to the compiled
statement, and then execute it.

The first time through the loop, it works fine. But the second time through
the loop, I get the following error when I attempt to bind the argument to
the compiled statement.

"Error binding integer parameter : library routine called out of sequence
(error 21)"

It may be something else wrong with my code but I just wanted to get a
lucidity check on the approach I'm taking.

Thanks.
-- 
View this message in context: 
http://www.nabble.com/Error-Binding-Parameter-to-Compiled-Statement-tp23099674p23099674.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to