Hello Folks!
I have used the TOracleDataSet.OnApplyRecord event to save changes on a dataset coming from multiple tables. I also switched on the RefershOption roAfterUpdate. I can see that my TOracleDataSet steps into FetchRecord (called from InternalInsertUpdate) when I call Post. But it doesn't show the changes made by the trigger on the database side. What could be the reason? The TOracleDataSet and the TOracleQuery, which I use for the update, are hooked up to the same TOracleSession and its IsolationLevel is ilReadCommitted.
Any ideas why I can't see the values changed by the trigger?
Thanks for a short answer in advance.
Salut,
Mathias
I have used the TOracleDataSet.OnApplyRecord event to save changes on a dataset coming from multiple tables. I also switched on the RefershOption roAfterUpdate. I can see that my TOracleDataSet steps into FetchRecord (called from InternalInsertUpdate) when I call Post. But it doesn't show the changes made by the trigger on the database side. What could be the reason? The TOracleDataSet and the TOracleQuery, which I use for the update, are hooked up to the same TOracleSession and its IsolationLevel is ilReadCommitted.
Any ideas why I can't see the values changed by the trigger?
Thanks for a short answer in advance.
Salut,
Mathias