Saturday, May 2, 2015

web form not updating database with stored procedure

"If i execute the procedure in the SQL it will update the database but when i run the web form i get my catch error "could not update database"."

Proper exception handling in general involves catching the exception and logging or displaying exception details (message, stacktrace). Using just "catch" will inevitably lead to "i'm just so lost" situations.

No comments:

Post a Comment