adspace
How do I receive a ResultSet from a stored procedure?
Answer Posted / 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 View All Answers