How do I receive a ResultSet from a stored procedure?



How do I receive a ResultSet from a stored procedure?..

Answer / Rajani Tripathi

To receive a ResultSet from a stored procedure, you can use CallableStatement. After executing the stored procedure with execute(), you can call getResultSet() to get the ResultSet.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What is the difference between executing, executequery, executeupdate in jdbc?

1 Answers  


Is uri the same as url?

1 Answers  


Name different methods for getting streams.

1 Answers  


Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.

6 Answers  


What does the jdbc databasemetadata interface?

1 Answers  


What is jdbc in dbms?

1 Answers  


What is jdbc connection?

1 Answers  


How to check jdbc connection in java?

1 Answers  


What is the purpose of jdbc resultset interface?

1 Answers  


What is JDBC API and when do we use it?

1 Answers  


What are the different classes through which JDBC represents statements?

1 Answers  


After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse

2 Answers   Wipro,


Categories