kriscbe wrote:
> Thanks Mihai for u r response.
>
> with the help of sqlite3_prepare,sqlite3_step,sqlite3_column_int() functions
> i am getting the values in my c++ program.
> i will try u r way also(for the time being not executed it now)after trying
> that i will send my response
>
If you're using prepared statements directly then you don't need the
callback, and you also don't need to bother with sqlite3_exec in the
first place... sqlite3_exec is just a wrapper for prepare, step and
column_*.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users