Subject Re: [IBO] Active Transaction have any writes?
Author Ed Dressel
> Yes, monitor the transaction's PostPendingCount and
TransactionIsActive
> properties. PostPendingCount keeps tally of datasets with changes
not yet
> posted; TransactionIsActive becomes true once any dataset in the
> transaction posts something
>

Are there any events that occur when either of these changes values?

Thanks
Ed Dressel