Marian Olteanu wrote:
Is there a way in SQLite to use real prepared statements? Statements
with variables, that you fill after you compile the query and reuse
then reuse?

See sqlite3_prepare, sqlite3_bind*, sqlite3_step, sqlite3_reset

Igor Tandetnik

Reply via email to