ralphtrent
Programmer
Hi have a C# client server app. The client is inputting customer information. I have Stored Procs (SP) on my MSSQL server that is updating and inserting the data. When I go to add a record. I call another SP that checks to see if some data exists, if it does, I do a RASIERROR SQL Function if the data does not exists i do nothing. When I run the test via the client and cause duplicate data, nothing happens the data gets updated. When i run the duplicate testing sp via an sql client, i get the error that I raised. How come this error does not makes its way back to the client? I do have try{} catch{} blocks in my c#
Thanks.
Thanks.