![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi Scott, First of all, I would like to confirm my understanding of your issue. From your description, I understand that you were unable to catch the error text that a stored procedure has thrown from SQL Server 2000. If there is any misunderstanding, please feel free to let me know. I tried your code on my machine. However, it seems to be working fine. I created stored procedure like the following: CREATE PROCEDURE dbo.sperror AS raiserror('sperror raises an error',16,1) GO A message box with the following message was shown. ERROR [42000] [Microsoft][ODBC SQL Server Driver][SQL Server]sperror raises an error Would you try it on your computer to see if it works? Kevin Yu ======= "This posting is provided "AS IS" with no warranties, and confers no rights." |
#4
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |