Yes, it does work after step and before get column value. Thanks for your help in this.
A quick follow up: The call to sqlite3_col_decltype returns a char * Should I issue a sqlite3_free on it when I am done with the string? Vance on Apr 10, 2013, Igor Tandetnik <[email protected]> wrote: > >On 4/10/2013 9:28 AM, [email protected] 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 >[email protected] >http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

