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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing an array from java and returning array from oracle procedure 1

Status
Not open for further replies.

raji96

Programmer
Aug 7, 2001
64
US
Can someone give me an example of passing an array from java and sending back back an result in an array.I have to do some processing in the stored procedure based on the array and then return back a resultset as an array.


Thanks in advance.

--snebe
 
You can take a look at the example found in the class CallableStatement in the Java API. It should help you do whatever you want.

Regards,
Leon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top