Hi, ALL,
I am trying to use following query:

"PRAGMA table_info(?)"

with the sqlite3_prepare_v2()/sqlite3_bind()/sqlite3_step() sequence.

However the call to sqlite3_prepare_v2() fails with the SQLITE_ERROR or
the value of 1.
The following call to sqlite3_ermsg() says "near "?": syntax error".

Is "PRAGMA..." queries are not designed to be used with such an interface?

Thank you.

Reply via email to