InterviewSolution
| 1. |
What Is Raiseerror? |
|
Answer» RaiseError generates an error MESSAGE and initiates error processing for the session. RAISERROR can either reference a user-defined message stored in thesys.messages catalog VIEW or BUILD a message dynamically. The message is returned as a server error message to the CALLING APPLICATION or to an associated CATCH block of a TRY…CATCH construct. RaiseError generates an error message and initiates error processing for the session. RAISERROR can either reference a user-defined message stored in thesys.messages catalog view or build a message dynamically. The message is returned as a server error message to the calling application or to an associated CATCH block of a TRY…CATCH construct. |
|