T tedesco Member May 17, 2006 #1 Hi Why the OnApplyRecord is fired when OracleDataSet.Append is executed, using doa 4.0.7.1 ? This behavior do not happens on earlier versions of DOA and doesn't matter if i using oracle 8i or 10g. Best regards Tedesco
Hi Why the OnApplyRecord is fired when OracleDataSet.Append is executed, using doa 4.0.7.1 ? This behavior do not happens on earlier versions of DOA and doesn't matter if i using oracle 8i or 10g. Best regards Tedesco
Marco Kalter Administrator Staff member May 17, 2006 #1 I tested this with the DeptEmp demo project, and I do not see an OnApplyRecord event. Perhaps you are doing some additional processing that cause it?
I tested this with the DeptEmp demo project, and I do not see an OnApplyRecord event. Perhaps you are doing some additional processing that cause it?
T tedesco Member May 17, 2006 #1 Hi Marco Kalter Thanks for the answer. The only thing different is that OracleDataSer is a detail in a masterxdetail relationship; Tedesco
Hi Marco Kalter Thanks for the answer. The only thing different is that OracleDataSer is a detail in a masterxdetail relationship; Tedesco
Marco Kalter Administrator Staff member May 19, 2006 #1 The DeptEmp demo has a master and detail dataset as well. I get no OnApplyRecord event on either dataset when calling Append.
The DeptEmp demo has a master and detail dataset as well. I get no OnApplyRecord event on either dataset when calling Append.