Hello,

Prepared statement SQL: "INSERT INTO tbl VALUES(?1);"
Column type:TEXT

String to bind (ASCII, zero terminated): "abcd.ef"

nBytes parameter: -1
destructor parameter: SQLITE_STATIC

Result after call sqlite3_step: "abcd"

With nBytes==(len(String)) there's no problem, result=="abcd.ef"
But then there's no way to bind parameter only once with the same text
buffer.


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

Reply via email to