Subject | RE: [IBO] Re: DMLCache and DMLCacheReceivedItem not fired |
---|---|
Author | Thomas Steinmaurer |
Post date | 2003-02-01T21:45:35Z |
> 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.