InterviewSolution
Saved Bookmarks
| 1. |
What Are The Return Values Of Functions Sqlcode And Sqlerrm ? What Is Pragma Execption_init ? Explain The Usage ? |
|
Answer» SQLCODE - RETURNS the latest code of the ERROR that has occurred. SQLERRM - returns the RELEVANT error message of the SQLCODE. SQLCODE - returns the latest code of the error that has occurred. SQLERRM - returns the relevant error message of the SQLCODE. |
|