"Rob Sciuk" <[EMAIL PROTECTED]> wrote in
message news:[EMAIL PROTECTED]
> The other bit of trickery involved is that in order for the value
> types to be correct (meaningful), you have to take a "step" as it
> were ... with sqlite3_step 8-).

You can use sqlite3_column_decltype[16] without calling sqlite3_step 
first. This gives you the "syntactic" type, the type that can be 
inferred from the text of the statement and the database schema.

Igor Tandetnik 



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

Reply via email to