InterviewSolution
Saved Bookmarks
| 1. |
How Can The Sqlcode And Sqlerrm Functions Be Used For Exception Handling? |
|
Answer» These functions can be used with the OTHERS exception handler to GET the error number and the error MESSAGE that has CAUSED the OTHERS exception to be raised, as shown in the following code SNIPPET; These functions can be used with the OTHERS exception handler to get the error number and the error message that has caused the OTHERS exception to be raised, as shown in the following code snippet; |
|