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 |
What is the difference between executing, executequery, executeupdate in jdbc?
Is uri the same as url?
Name different methods for getting streams.
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.
What does the jdbc databasemetadata interface?
What is jdbc in dbms?
What is jdbc connection?
How to check jdbc connection in java?
What is the purpose of jdbc resultset interface?
What is JDBC API and when do we use it?
What are the different classes through which JDBC represents statements?
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