Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-02-25 : 10:55:49
|
Ravikiran writes "Hi,
I want to display the custom message without the SQL SERVER ERROR MESSAGE.
I am using like RAISERROR as follows
Raiseerror ( "My error",16,1)
The output i get is 3700050000: [Microsoft][ODBC SQL Server Driver][SQL Server] My error
But I just want to See "My Error"
How do i go about getting the same.
Thanks
Ravikiran" |
|
|
|
|
|