Hi ,

I have a strange problem. I do the following in sequence -

1. open database
2. set pragmas
3.create table
4. prepare a paremetrised statement ( SELECT ..)
5. bind values to the statement
6. step

At 5, I get the error  "library routine called out of sequence".

If I replace the parameterised statement  with a 'non-parameterised'
statement, I have no issues.

If I use a parameterized INSERT statement , I do not get the error.

Any suggestions?

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

Reply via email to