Hello! Tell me please what do I do to run OnApplyRecord event when OracleDataSet.CachedUpdates = true?
At this time OnApplyRecord run after
But I think it is wrong way. In this way the data of OracleDataSet do not apply 
I use Delphi 7 & DOA 4.1
Thank you
At this time OnApplyRecord run after
Code:
procedure Tdm.odsRESURSAfterPost(DataSet: TDataSet);
begin
OracleSession.ApplyUpdates([OracleDataSet], false|true);
end;

I use Delphi 7 & DOA 4.1
Thank you