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? [...]
SQLite 3 introduced prepared statements. Read http://www.sqlite.org/capi3.html for enlightenment. -- Gerhard

