Problem with SQLDescribeCol -
08-30-2006
, 06:05 AM
Hello!
The thing is that I had a Access database working with my application
but now I'm trying to migrate to Postgres.
I've installed the latest driver of Postgres
ODBC Driver: PostgreSQL Unicode 8.01.02.00
I'm using at some point in a class that executes SQL commands the
function SQLDescribeCol and in a column that has the data type
CHAR(255) the value DataTypePtr (data type) returns with -10.
Where can I get the specific data types of the Postgres driver to check
what kind of result i'm getting?
Thanks |