Rep:Re: Incorrect Column Width For Text Columns - Mailing list pgsql-odbc

From
Subject Rep:Re: Incorrect Column Width For Text Columns
Date
Msg-id 200201100417.11bc@th00.opsion.fr
Whole thread Raw
List pgsql-odbc
Hello! Bron and Hiroshi,

I set "Max varchar" and "Max LongVarChar" to within
200 bytes and have tried every combination of other
checkboxes in ODBC. The results are all the same -
text columns are interpreted as memo fields.

I have changed the data type of text columns to
varchar(255) for all tables as you suggested. It is
not that complex to make this change as I thought.
All these varchar(255) columns are now interpreted as
string fields and works fine now.

Many thanks for all your helps!

Best Regards,

CN

--------------------------------------------------------
You too can have your own email address from Eurosport.
http://www.eurosport.com






pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: Incorrect Column Width For Text Columns
Next
From: Hiroshi Inoue
Date:
Subject: Re: Problem with view and fetch_fields