On Fri, 21 Jan 2005 14:30:01 -0000, Drew, Stephen <[EMAIL PROTECTED]> wrote:

> However, with version 3 and its new data types, I can't seem to be able to
> replicate this.  It seems as though it will just be treated as a numeric
> data type. Does anyone know how I can achieve the same functionality? 

I believe the "data type string" you are referring to in v2 is the
user-defined column type, not the intrinsic type of the data itself.
There is an API call for fetching the user-defined column type:

int sqlite3_column_type(sqlite3_stmt*, int iCol);

Reply via email to