Re: Problem with Cursor in Oracle from Postgresql via ODBC - Mailing list pgsql-odbc

From Johann Zuschlag
Subject Re: Problem with Cursor in Oracle from Postgresql via ODBC
Date
Msg-id 433ACDA7.5060004@online.de
Whole thread Raw
In response to Problem with Cursor in Oracle from Postgresql via ODBC  ("pofesen pofesen" <pofesen@hotmail.com>)
List pgsql-odbc
pofesen pofesen schrieb:

>
> In PL/SQL procedure I open a view on the PGSQL (8.0.3) DB into a cursor
> which i want to loop through until EOF. The View returns about 2.000
> rows,
> but always at the number of 100 rows, it just stops, like there are no
> more
> rows. But I know there are and a "normal" select statement gives me the
> correct result!
>
> Anybody has an idea? I would really appreciate.
>
>
Hi Thomas,

which version of psqlodbc you are using? It seems that you switched on
'cursor control' in the driver. There was a bug recently in that part of
the driver. I'm not sure whether that was fixed in the last version
(8.01.00.04).

regards

Johann


pgsql-odbc by date:

Previous
From: "pofesen pofesen"
Date:
Subject: Problem with Cursor in Oracle from Postgresql via ODBC
Next
From: "Thomas Knoop"
Date:
Subject: Re: PostgreSQL / ODBC / Ms-SQL 2000