Sorry, sqlite3_bind also.
For the benefit of the original poster the API call which implements a
callback is implemented with sqlite3_prepare etc.
Mario.Hebert (AT) legerity (DOT) com wrote:
Have not you forgot the bind ?
Mario Hebert
Legerity
John Stanton <johns (AT) viacognis (DOT) com
05/30/2006 04:55 PM
Please respond to
sqlite-users (AT) sqlite (DOT) org
To
sqlite-users (AT) sqlite (DOT) org
cc
Subject
Re: [sqlite] SQLite without callback function
Use sqlite3_prepare, sqlite3_step, sqlite3_reset and sqlite3_finalize.
Mario.Hebert (AT) legerity (DOT) com 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
>>
>>