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 -> What a kludge!

What a kludge!

From: Jonathan Tew <jtew_at_bpsinfo.com>
Date: Fri, 26 Feb 1999 22:02:11 -0500
Message-ID: <36D76033.7477591C@bpsinfo.com>


Why in the world is it so difficult to return a result set from a stored procedure? Having to create a package with a type definition for the ref cursor, etc. etc. then open and return the cursor, type cast the classes in JDBC, and then you can finally treat it as a result set. Geez! Why in the world does Oracle have to do it this way?

Jonathan Tew Received on Fri Feb 26 1999 - 21:02:11 CST

Original text of this message

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