Sorry, sqlite3_bind also.

For the benefit of the original poster the API call which implements a callback is implemented with sqlite3_prepare etc.

[EMAIL PROTECTED] wrote:
Have not you forgot the bind ?
Mario Hebert
Legerity



John Stanton <[EMAIL PROTECTED]> 05/30/2006 04:55 PM
Please respond to
sqlite-users@sqlite.org


To
sqlite-users@sqlite.org
cc

Subject
Re: [sqlite] SQLite without callback function






Use sqlite3_prepare, sqlite3_step, sqlite3_reset and sqlite3_finalize.

[EMAIL PROTECTED] wrote:

I think I know the answer to this but I figured it would be better to

ask
than to do a major design flaws. :)

What is the most efficient way in SQLite (using the C/C++ interface

layer)
to retrieve the result of a query without using the callback function (setting it to NULL) ?

Thanks,

Mario Hebert
Legerity







Reply via email to