Re: [Fwd: Re: MaxLongVarChar and new lines in text]

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Åsmund Kveim Lie <akl(at)nosyko(dot)no>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: [Fwd: Re: MaxLongVarChar and new lines in text]
Date: 2006-03-27 09:57:51
Message-ID: 4427B71F.6060505@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Åsmund Kveim Lie wrote:
>
>>> Hi,
>>>
>>> I have sent to the news group (and you) the myLog files, but when I
>>> attach them it does not seem like I'm allowed to post them (at least
>>> they don’t get through to the news group after six hours). Do you
>>> know if I should do it in any other way (e.g. inline them in the
>>> mail?).
>>>
>>> Thank you very much for locking into our problems with new lines. Do
>>> you think it’s related to the text array problems?
>>>
>>
>> Please replace the enhanced driver psqlodbc35w.dll by the one at
>> http://www.geocities.jp/inocchichichi/psqlodbc/index.html .
>
> Hi,
> This one works much better, but it still don't understand the -4
> correctly. From the psqlodbc_xx.log it looks like it truncates the value
> down to 0 byte:

The changed driver replies size 0(means the column size cannot be determined)
for SQLDescribeCol request while it replied (-4) before the change.
Because the parameter is unsigned, the (-4) means the large number 2**32 - 4
in reality.

regards,
Hiroshi Inoue

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2006-03-27 10:20:03 Re: Future versions of psqlODBC
Previous Message Hiroshi Inoue 2006-03-27 09:40:33 Re: Future versions of psqlODBC