Re: I can´

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: Milton <milton(dot)siqueira(at)mapcardoso(dot)com(dot)br>
Cc: pgsql-odbc <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: I can´
Date: 2006-01-10 17:10:27
Message-ID: 20060110171027.GB7443@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> The similar example work in the others DB (ORACLE, SQL SERVER, INFORMIX)

Could you try this with another type in these DB (I think one for which
isn't known maximal size). It could be blob, clob or whatever. I don't
know these RDBMS so well.

It could be possible that if GetData return whole data in one call ADO
expect that it could return it in next calling again.
But what about case that there have to be called GetData more times
for retrieving whole data? (it have to be text longer then 2100 +- in
you test program and psqlODBC).

Please could you test select a || b from table (where length(a||b) > 2100)?

Thanks for help in bug hunting,

Luf

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message noreply 2006-01-10 17:11:56 [ psqlodbc-Bugs-1000510 ] Access the rdoResultsets column is NULL in the second access
Previous Message Ludek Finstrle 2006-01-10 17:05:29 Re: Fw: Problem when used union with differents column legth