Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Returning VARRAY to java

Re: Returning VARRAY to java

From: Steve Blomeley <steveblomeley_at_yahooDOTco.uk>
Date: Sat, 21 Oct 2000 17:48:59 +0100
Message-ID: <39F1C8FB.76D1B3B9@yahooDOTco.uk>

Bruno,

Take a look at RefCursorExample.java - It's one of the Oracle demo programs - Should be somewhere under the jdbc directory of yr Oracle installation. This does pretty much what you want - The jdbc program retrieves a ref-cursor from a stored function, then iterates through the result set.

Regards
Steve Blomeley Received on Sat Oct 21 2000 - 11:48:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US