Hi --
I am in VC++ in the VS 2008 .net environment building a WinForm that talks to Microsoft SQL.
I have a try/catch block around my call to SQL so I am properly catching the raiserror message from the call to SQL. What I can't seem to find though is how to get to the severity level that the raiserror generated.
In short . . . Is there a way to get to the "Severity" level from a raiserror generated out of T-SQL in a C++ WinForm environment?
THank you.
Stay Cool Ya'll!
-- Kristin
I am in VC++ in the VS 2008 .net environment building a WinForm that talks to Microsoft SQL.
I have a try/catch block around my call to SQL so I am properly catching the raiserror message from the call to SQL. What I can't seem to find though is how to get to the severity level that the raiserror generated.
In short . . . Is there a way to get to the "Severity" level from a raiserror generated out of T-SQL in a C++ WinForm environment?
THank you.
Stay Cool Ya'll!
-- Kristin