Subject RE: [IBO] Re: DMLCache and DMLCacheReceivedItem not fired
Author Thomas Steinmaurer
> Are the two dataset linked with two different transaction components?

Yes.

The changeable dataset uses a TIB_Transaction with AutoCommit:=True
and IsolationLevel:=tiConcurrency

The recipient dataset uses a TIB_Transaction with AutoCommit:=False
and IsolationLevel:=tiCommitted

This works fine for me.


Thomas.