On the page describing the various sqlite3_bind_xxx_yyy() functions:

http://www.sqlite.org/c3ref/bind_blob.html

3rd paragraph:

"The index for named parameters can be looked up using the
sqlite3_bind_parameter_name() API if desired."

should be:

"... sqlite3_bind_parameter_index() ..."

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to