Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CORSORS

Status
Not open for further replies.

NitinJain

Programmer
Jun 28, 2002
18
0
0
IN
Thankyou for the help.

I have one more doubt. The select statement in the function may return more than 1 value. I want all these values to br returned, when this function is called from the java adaptors.

Will

CREATE OR REPLACE FUNCTION getParentNodes (nodeId NUMBER) RETURN NUMBER????? IS

be able to handle more than one value and return them to the java program.

Regards


 
Hi,
Check your docs for REF CURSORS ;

They are what you need to do that...


hth,
[profile]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top