Hi
I have the following problem.
I'am using the ADO (2.5) object to call stored procedures in MS SQL 2000. In the SPs I do error checking and do a raiserror. With a Win98 Client the error description in Connection.Errors(x).Description is returned, but not with a Windows2000 Professional Client. I even compiled the VB application under Win2k Pro but it still doesn't work.
At the end I greated my own message with sp_addmessage and only returned the native number. This works but if I want to have an native number with several error descriptions, this can not be done because of the above problem....
Anyone have the same problem and know how to fix it.
Thanks
Toyman
I have the following problem.
I'am using the ADO (2.5) object to call stored procedures in MS SQL 2000. In the SPs I do error checking and do a raiserror. With a Win98 Client the error description in Connection.Errors(x).Description is returned, but not with a Windows2000 Professional Client. I even compiled the VB application under Win2k Pro but it still doesn't work.
At the end I greated my own message with sp_addmessage and only returned the native number. This works but if I want to have an native number with several error descriptions, this can not be done because of the above problem....
Anyone have the same problem and know how to fix it.
Thanks
Toyman