Design Question!!

  • 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 

    My Blog

  • If some thing can go wrong it will go wrong. that is a theory. therefore it will be very much advisable to stop every where error can occur




    My Blog: http://dineshasanka.spaces.live.com/

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply