Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Raiserror question
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01477486
Message ID:
01477494
Vues:
36
>>>Hi All, I'm playing around with Raiserror() and would like to display my own error message without all the other stuff i.e. sp name, line number etc..., is this possible ?
>>
>>You have to supply to the RAISERROR statement at least 3 parameters
>>
>>--RAISERROR (<message>, <severity>,<state>)
>>RAISERROR ('My Message', 10,1)
>>
>
>Hi Sergey, that is exactly what I'm doing and see a MessageBox with five lines of information - Index #0 - 'The error' - LineNumber: 12 - Source: >NET.SqlClient Data Provider - Procedure: MySP. What I would like, is , to just see the message text without all the other stuff

That sounds as if you aren't catching the error in .NET - i.e. you're looking at the .NET exception that flows from it.....
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform