All you need to know is to do so:

Resultset resultSet = callableStatement.executeQuery( );

Remember to first create the CallableStatement class instance and pass the
proper argument to the prepareCall method.

fribeiro

----- Original Message -----
From: "LITT Vincent (Neuilly Gestion)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 31, 2000 11:32 AM
Subject: PL/SQL Stored Procedure that returns a reference to a cursor


> Hi everybody,
>     Could anyone tell me how to call a PL/SQL Stored Procedure that
returns
> a reference to a cursor using JDBC ... and how to use this cursor
> afterwards.
>
>     Thanks in advance,
>
> Vincent
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to