InterviewSolution
Saved Bookmarks
| 1. |
What Are The Return Values Of Functions Sqlcode And Sqlerrm? |
|
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. |
|