Re: Bug? Data Type Option 'Text as LongVarChar' not working anymore?

From: "Inoue, Hiroshi" <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
To: Jan-Peter Seifert <Jan-Peter(dot)Seifert(at)gmx(dot)de>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Bug? Data Type Option 'Text as LongVarChar' not working anymore?
Date: 2017-09-13 13:47:11
Message-ID: 643c8e81-225a-3b89-0157-4ef13ac3e2d3@dream.email.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

On 2017/09/13 22:32, Jan-Peter Seifert wrote:
> Hello,
>
>> Gesendet: Mittwoch, 13. September 2017 um 13:49 Uhr
>> Von: "Inoue, Hiroshi" <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
>> How do you set *Unknown Sizes*, *Max Varchar* and *Max LongVarChar*?
> Unknown Sizes: Maximum
>
> Max Varchar: 65534
>
> Max LongVarChar: 65534

Could you set *Max LongVarChar* to 65535?
The current driver returns SQL_(W)VARCHAR for text columns whose length
<= *Max Varchar*
even though *Text as LongVarChar* is set.

regards,
Hiroshi Inoue

>
> Best regards,
>
> Peter

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Jan-Peter Seifert 2017-09-13 14:34:37 Re: Bug? Data Type Option 'Text as LongVarChar' not working anymore?
Previous Message Jan-Peter Seifert 2017-09-13 13:32:13 Re: Bug? Data Type Option 'Text as LongVarChar' not working anymore?