On Fri, 21 Jan 2005 15:59:36 -0000, Drew, Stephen <[EMAIL PROTECTED]> wrote:
> Will,

> From the documentation, it appears that sqlite3_column_type returns one
> of five defined types, none of which is a date (obviously, as SQLite
> doesn't distinguish dates). Is there a way I can continue using the
> text-based data type (in addition to the new data type functionality)?

Oops. I gave you the wrong function. This is the one to get the type
declared by the user:

const char *sqlite3_column_decltype(sqlite3_stmt *, int i);

Reply via email to