aspose file tools
The moose likes JDBC and the fly likes Getting Result Set from a Stored Procedure Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Getting Result Set from a Stored Procedure" Watch "Getting Result Set from a Stored Procedure" New topic
Author

Getting Result Set from a Stored Procedure

Shiva Kumar
Ranch Hand

Joined: Feb 09, 2001
Posts: 30
Hi,
I want to get a set of rows (ResultSet) from a database stored procedure.
If any one tried this, please send me the code or any URL related this topic.
Thanks in Advance.
Shiva
Avi Abrami
Ranch Hand

Joined: Oct 11, 2000
Posts: 1112

Hi Shiva,
If you haven't already seen it, then a solution for Oracle databases only, is described in Result Sets from Stored Procedures In Oracle
Hope this helps.
Good Luck,
Avi.
Shiva Kumar
Ranch Hand

Joined: Feb 09, 2001
Posts: 30
Thanks Avi.
Shiva
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Getting Result Set from a Stored Procedure
 
Similar Threads
Calling stored procedures from hibernate
Populating an ArrayList()
Oracle Java Stored Procedure ... Urgent help needed.
CloudScape Stored Procedures
writing log to a file from java stored procedure