Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Executing a SQL Server stored procedure
Message
 
To
07/03/2001 03:28:48
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00482118
Message ID:
00482624
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform