On 4/10/2013 9:28 AM, ven...@intouchmi.com wrote:
I repeated my test with sqlite3_column_type and doing the
call after a successful call to sqlite3_column_text still always yields 
SQLITE_NULL.

Just as the documentation suggests. Call sqlite3_column_type right after sqlite3_step and before any other sqlite3_column_* calls.
--
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to