On 5/22/06, Danilo <[EMAIL PROTECTED]> wrote:
Hi to all,
I am looking for the way of memorizing the result of:

SELECT count(field1) FROM Table1 WHERE field1 LIKE 'xyz%';

in a int variable, without a callback or sqlite3_prepare-SQLITE_SCHEMA
in C++ program.
Is there a way to do it?

look at sqlite3_bind_int()
http://sqlite.org/capi3ref.html#sqlite3_bind_int

Reply via email to