Ian Frosst <[EMAIL PROTECTED]> wrote:
The problem here though, is that I'm doing the prepare/step/finalize
each time I want to execute the query, even though the only thing
that is going to change are the values.  Can I write a loop which
prepares the SQL, using named parameters, then in a loop just call
sqlite3_bind_*/step/reset, finalizing after all of my calls have been
done?

Of course. That's precisely what parameters are for.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to