Hi group! I hope all is well!
As part of my connection string and database insert/update, I have an exception command in it to display an error message. Can this also be read or made into a true/false answer?
I would like to have my program run very short command if the insert/update should fail. I'm thinking the best way to do this may be asking if the "Catch ex As Exception" is "True Then" run my short command. Can something like this be done? Or is there a better way to do this?
In advance, thanks for the help!
Don