How to handle error in uniscript ?? I want to if a statement is resulting error, then all statement aborted and transaction is rollback with my own message.
I use event OnError of Uniscript like this :
Begin
Action := eaAbort;
abort;
End;
this is for aborting execution and prevent from default message of error handler show.
Is this correct?? or there is better way to do??
Thanks... Sorry for my bad english