Re: Refcursor class not found

From: Kris Jurka <books(at)ejurka(dot)com>
To: deepthi(at)granwill(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Refcursor class not found
Date: 2004-11-09 16:24:40
Message-ID: Pine.BSO.4.56.0411091123010.19346@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 9 Nov 2004 deepthi(at)granwill(dot)com wrote:

> I have created a function to display the rows in a table. The function
> is returning the refcursor. I am calling the refcursor in Callable
> Statement, but i am getting No class found for refcursor. I have seen
> these queries earlier in this forum.
>
> I am using postgresql 7.3.4 and pg73jdbc3.jar.

Refcursor support only started in the 7.4 driver (which you can use
against a 7.3 server.)

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Hunter Hillegas 2004-11-09 16:25:02 Re: driver beta release
Previous Message deepthi 2004-11-09 12:11:30 Refcursor class not found