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 reusethen reuse?
See sqlite3_prepare, sqlite3_bind*, sqlite3_step, sqlite3_reset Igor Tandetnik
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 reusethen reuse?
See sqlite3_prepare, sqlite3_bind*, sqlite3_step, sqlite3_reset Igor Tandetnik