InterviewSolution
Saved Bookmarks
| 1. |
How Do I Receive A Resultset From A Stored Procedure? |
|
Answer» STORED procedures can RETURN a result PARAMETER, which can be a result SET. For a discussion of standard JDBC syntax for dealing with result, IN, IN/OUT and OUT parameters, SEE Stored Procedures. Stored procedures can return a result parameter, which can be a result set. For a discussion of standard JDBC syntax for dealing with result, IN, IN/OUT and OUT parameters, see Stored Procedures. |
|