Raiserror in procedure (SQL Server 2005) is not caught in update process in client side(c#)
I am using stored procedure with RAISERROR. The error raised by the SP is not caught by the try catch statement in c#.Net. I\'m using SqlDataSource for SQL connection and SqlDataSource_Updating event
问答
阅读(4)