Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Executing a SQL Server stored procedure
Message
 
À
07/03/2001 03:28:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00482118
Message ID:
00482624
Vues:
15
Hi Sanjay,

If you do:

...
RAISERROR('I want to say to my user', 11, 1)
ROLLBACK
...

The RAISERROR command will return the message back to the client with an error number of 50000.

With AERROR, catch the ODBC number.
If it's = 50000, you can show the message, because it's what you wrote.


Ricardo
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform