Dave Dyer <[EMAIL PROTECTED]> wrote:
You don't appear to be using BIND in the manner I was hoping for.
You're
using BIND to replace variables in the query.  I want to use BIND
(or something like it) eliminate the need for callback functions
to consume the results of a select.

Use sqlite3_prepare, sqlite3_step, sqlite3_column_* to iterate over the resultset. You don't need any callbacks.

Igor Tandetnik

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

Reply via email to