On 5/1/2013 7:30 PM, Igor Korot wrote:
1. Is the call to sqlite3_reset() removes the binding for the column a?

No. You can use sqlite3_clear_bindings for that.

2. Do I need to call sqlite3_reset() at all?

Yes. You can't bind parameters to an active statement.
--
Igor Tandetnik

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

Reply via email to