HI all, I have a WPF based POS software and have more than 100 Stored procedure in SQL Server 2005 Express Database. I am using DAL for database connectivity. This app is designed to be able to bill from LAN clients so ConnectionString points to Database server IP. For this reason I have called all SP (and related logic like displaying data on gridview etc.) in try catch block. Will this slow down my app, Is extensive use or try catch not good for any app.
Can you suggest me any other way to handle error from LAN client DB connectivity.
Thank you RAJ K