UpdateStatus method

Applies to
TIB_Transaction

Declaration
Procedure UpdateStatus;

Description
This method announces the event that all transaction links should update their status.

It is possible for a script to execute a COMMIT WORK statement which will cause a transaction to end. Thus, the handle is cleared to nil but the IB_Transaction component was not aware that this happened. So, after running a script it is necessary to have a TIB_Transaction instance see if it is still up to date. This method facilitates this.