I have an X action in my application which, when it is executed, triggers a stored procedure in the database that generates a insert
in a table. So far, so peaceful.
What I'm needing is a way that when this stored procedure is executed, I get back what has been executed and whether it has failed or not.
Ex: I have 5 actions, when I execute them, I need a return that tells me what worked and what was wrong to be shown on a grid for the User.