Andreas Volz <[EMAIL PROTECTED]> wrote:
Oh, you're right. I didn't notice that. What is if the cell format is
Number or BLOB? Does sqlite convert it always to char?
And how do I find out the cell type?
When you are using sqlite3_exec, values passed to callback are always
converted to string and there's no way to get the type. Switch to using
sqlite3_prepare[_v2], sqlite3_step, sqlite_column_* et al.
Igor Tandetnik
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------