Re: not able to fetch from refcursor

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stuart Robinson <stuart(at)zapata(dot)org>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: not able to fetch from refcursor
Date: 2002-07-02 13:34:28
Message-ID: 12470.1025616868@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Stuart Robinson <stuart(at)zapata(dot)org> writes:
> Why doesn't it find the cursor?

Do you have a begin/end block wrapped around this? Cursors only live
till the end of the current transaction ...

regards, tom lane

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message webmaster 2002-07-02 15:13:44 Re: Connection failed
Previous Message webmaster 2002-07-02 13:21:22 Re: Connection failed