Click here to Skip to main content
15,901,122 members
Home / Discussions / C#
   

C#

 
GeneralRe: giving error message according to Sql data Pin
Keith Barrow8-Dec-10 10:43
professionalKeith Barrow8-Dec-10 10:43 
GeneralRe: giving error message according to Sql data Pin
Gary Wheeler8-Dec-10 10:45
Gary Wheeler8-Dec-10 10:45 
GeneralRe: giving error message according to Sql data Pin
Keith Barrow8-Dec-10 10:59
professionalKeith Barrow8-Dec-10 10:59 
GeneralRe: giving error message according to Sql data Pin
PIEBALDconsult8-Dec-10 15:56
mvePIEBALDconsult8-Dec-10 15:56 
GeneralRe: giving error message according to Sql data Pin
Not Active8-Dec-10 16:18
mentorNot Active8-Dec-10 16:18 
GeneralRe: giving error message according to Sql data PinPopular
Nish Nishant8-Dec-10 9:19
sitebuilderNish Nishant8-Dec-10 9:19 
GeneralRe: giving error message according to Sql data Pin
Not Active8-Dec-10 9:26
mentorNot Active8-Dec-10 9:26 
GeneralRe: giving error message according to Sql data PinPopular
Nish Nishant8-Dec-10 9:35
sitebuilderNish Nishant8-Dec-10 9:35 
Mark Nischalke wrote:
I have always been taught and follow the principle that conditions that can be tested for are not exceptions and you shouldn't use exception handling for them. Certainly there are cases you can't test for or don't expect to happen. In this particular case the unique key violation is expected and can be tested for.


If this collision is a rarely occurring one or even an infrequently occurring one, I'd always just go ahead and try and insert and then catch any exception. I wouldn't run an extra database trip just to avoid catching an exception so my code is compatible with somebody's idea of a perfect design.
Regards,
Nish
My technology blog: voidnish.wordpress.com

GeneralRe: giving error message according to Sql data Pin
Not Active8-Dec-10 9:37
mentorNot Active8-Dec-10 9:37 
GeneralRe: giving error message according to Sql data Pin
Nish Nishant8-Dec-10 9:41
sitebuilderNish Nishant8-Dec-10 9:41 
GeneralRe: giving error message according to Sql data Pin
Not Active8-Dec-10 9:57
mentorNot Active8-Dec-10 9:57 
GeneralRe: giving error message according to Sql data Pin
Nish Nishant8-Dec-10 9:59
sitebuilderNish Nishant8-Dec-10 9:59 
GeneralRe: giving error message according to Sql data Pin
Not Active8-Dec-10 10:05
mentorNot Active8-Dec-10 10:05 
GeneralRe: giving error message according to Sql data Pin
Nish Nishant9-Dec-10 6:29
sitebuilderNish Nishant9-Dec-10 6:29 
GeneralRe: giving error message according to Sql data Pin
Nagy Vilmos8-Dec-10 9:47
professionalNagy Vilmos8-Dec-10 9:47 
GeneralRe: giving error message according to Sql data Pin
Not Active8-Dec-10 10:04
mentorNot Active8-Dec-10 10:04 
GeneralRe: giving error message according to Sql data Pin
PIEBALDconsult8-Dec-10 16:12
mvePIEBALDconsult8-Dec-10 16:12 
GeneralRe: giving error message according to Sql data Pin
Not Active8-Dec-10 16:21
mentorNot Active8-Dec-10 16:21 
GeneralRe: giving error message according to Sql data Pin
Eddy Vluggen8-Dec-10 9:37
professionalEddy Vluggen8-Dec-10 9:37 
GeneralRe: giving error message according to Sql data Pin
Not Active8-Dec-10 9:41
mentorNot Active8-Dec-10 9:41 
GeneralRe: giving error message according to Sql data Pin
Nish Nishant8-Dec-10 9:43
sitebuilderNish Nishant8-Dec-10 9:43 
GeneralRe: giving error message according to Sql data Pin
Eddy Vluggen8-Dec-10 9:53
professionalEddy Vluggen8-Dec-10 9:53 
GeneralRe: giving error message according to Sql data Pin
Nish Nishant8-Dec-10 9:57
sitebuilderNish Nishant8-Dec-10 9:57 
GeneralRe: giving error message according to Sql data Pin
PIEBALDconsult8-Dec-10 14:30
mvePIEBALDconsult8-Dec-10 14:30 
GeneralRe: giving error message according to Sql data Pin
Mycroft Holmes8-Dec-10 12:00
professionalMycroft Holmes8-Dec-10 12:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.