Get an error code after calling a SQL Server Stored Procedure.

  • Thread starter Thread starter ab
  • Start date Start date
Are you refering errors that are raised using 'Raiserror'?

can't the error be caught using 'Try Catch' block?
 
Back
Top