Hi,
I have an event handler written where i am throwing an error based on condition.
I just want to know whether it would revert the original action which has triggered this event handler? Do I really need to use ttsbegin...ttscommit block in this event handler.
I want the original action to revert whatever it has done if this post event handler throws an exception anywhere in the code. Even I don't want to write try...catch block.
I have written this event handler on the 'updated' event of the table.
*This post is locked for comments
I have the same question (0)