I want to enter data into a database, and if I get no errors, I want to put an error box saying the data was added. I don't want to get into a convoluted error handling scheme. Is the abscense of a return code a feasible way of handling this? Any suggestions? Alternatives?