Re: [Fwd: Re: MaxLongVarChar and new lines in text] - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: [Fwd: Re: MaxLongVarChar and new lines in text]
Date
Msg-id 4427B71F.6060505@tpf.co.jp
Whole thread Raw
In response to Re: [Fwd: Re: MaxLongVarChar and new lines in text]  (Åsmund Kveim Lie <akl@nosyko.no>)
List 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

pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: Future versions of psqlODBC
Next
From: Hiroshi Inoue
Date:
Subject: Re: Future versions of psqlODBC