I'm using stored procedures in mssql server to do my database updates.
The stored procedures run various checks and use the RAISERROR statement if something fails
I want CF to be able to tell which error was thrown by the database, so it can act accordingly.
Does anyone know how this would be done?
Thanks
The stored procedures run various checks and use the RAISERROR statement if something fails
I want CF to be able to tell which error was thrown by the database, so it can act accordingly.
Does anyone know how this would be done?
Thanks