BareFeetWare <[email protected]> wrote: > If I prepare a statement using sqlite3_prepare_v2() and then bind parameters > to it using the sqlite3_bind_* functions, is there > then a way to get the human readable form of the statement?
No. That's not how binding works. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

