Hi,
Architecture of my application goes this way.
All the DML Operations are done through sprocs, DAL(written in C#) accesses this sprocs.
There is no error handling in the stored procedures, all the Sql execeptions are caught in the DAL(data access layer).
Is this a good design, should there be error handling in stored procedures too??
TIA,
Sudheer
"Careful programmers test early and test often.”
http://spaces.msn.com/members/sudheerpalyam/
Regards,
Sudheer