On 12/30/2013 9:14 AM, narkewo...@gmail.com wrote:
If I don't call sqlite3_clear_binding but rebind every parameter with
sqlite3_bind_type before every sqite3_step after sqlite3_reset, will it
be any different?

No it won't be. sqlite3_clear_binding is very rarely needed, in my experience. In fact, I have not yet encountered a reason to use it.
--
Igor Tandetnik

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

Reply via email to