Re: Problem with Cursor in Oracle from Postgresql via ODBC

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <zuschlag2(at)online(dot)de>, <pofesen(at)hotmail(dot)com>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Problem with Cursor in Oracle from Postgresql via ODBC
Date: 2005-09-28 18:10:50
Message-ID: 021701c5c457$f859ba8e$6a01a8c0@valehousing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc


No, it's not fixed yet. The guys at Pervasive are on the case :-)

/D

-----Original Message-----
From: "Johann Zuschlag"<zuschlag2(at)online(dot)de>
Sent: 28/09/05 18:12:08
To: "pofesen pofesen"<pofesen(at)hotmail(dot)com>, "pgsql-odbc(at)postgresql(dot)org"<pgsql-odbc(at)postgresql(dot)org>
Subject: Re: [ODBC] Problem with Cursor in Oracle from Postgresql via 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

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

-----Unmodified Original Message-----
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

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2005-09-28 19:04:27 Re: PostgreSQL / ODBC / Ms-SQL 2000
Previous Message Thomas Knoop 2005-09-28 17:45:14 Re: PostgreSQL / ODBC / Ms-SQL 2000