ADO/ODBC returns TEXT fields as Varchar, not LongVarChar - Mailing list pgsql-general

From Bill
Subject ADO/ODBC returns TEXT fields as Varchar, not LongVarChar
Date
Msg-id g8i9mr$cb0$1@news.hub.org
Whole thread Raw
List pgsql-general
I am new to PostgreSQL and running 8.3  on Windows. I am connecting
using ADO and the ODBC driver. My connection string contains
TextAsLongVarchar=1 and MaxLongVarcharSize=65536, however, my TEXT
column is truncated at 255 bytes.

What must I do to get ADO to recognize the TEXT field as a LongVarchar?

--
.Bill.

pgsql-general by date:

Previous
From: Robert Gobeille
Date:
Subject: plpgsql - sorting result set
Next
From: Tom Lane
Date:
Subject: Re: WAL archiving to network drive