ODBC Driver truncates character varying in visual studio

From: anacrl <anacrl(at)ig(dot)com(dot)br>
To: pgsql-odbc(at)postgresql(dot)org
Subject: ODBC Driver truncates character varying in visual studio
Date: 2017-01-26 19:50:46
Message-ID: 1485460246446-5941212.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

I'm using ODBC data source in visual studio to get data from PostgreSQL
9.3.4.
I'm using psqlodbc_09_05_0400-x86 behind this box. I set up "text as
LongVarChar" but when it gets a column (Character Varying) with 1117
characteres, it truncates the text. Maybe, it is transforming in varchar
instead of LongVarChar.
How can I solve it, please?

P.S.: when I use a paid driver for visual studio (From Devart), it doesnt
truncate the text. Why?

Thanks,
Ana Carolina

--
View this message in context: http://postgresql.nabble.com/ODBC-Driver-truncates-character-varying-in-visual-studio-tp5941212.html
Sent from the PostgreSQL - odbc mailing list archive at Nabble.com.

Browse pgsql-odbc by date

  From Date Subject
Next Message Ben Postma 2017-01-26 20:57:06 Re: Need assistance with ODBC bytea data please
Previous Message Inoue, Hiroshi 2017-01-26 02:59:25 Re: Need assistance with ODBC bytea data please