Join ExamsbookAnswer :
How do you handle error condition while writing stored procedure or accessing stored procedure from java ?5
Q: How do you handle error condition while writing stored procedure or accessing stored procedure from java ?
- Show AnswerHide Answer
- Workspace
Answer :
Explanation :
Stored procedure should return error code if some operation fails but if stored procedure itself fail than catching SQLException is only choice.



