Rúben Lício <[EMAIL PROTECTED]> wrote:
Can I know how is the field datatype on callback function?
If not, can i know in other way??

Instead of sqlite3_exec, use sqlite3_prepare / sqlite3_step / sqlite3_finalize. You can then use sqlite3_column_decltype and sqlite3_column_type.

Igor Tandetnik

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

Reply via email to