Hello,
D5 DOA 4.0.3 Oracle 9.2
I have a TOracleDataset in CachedUpdates mode.
I need to do some validity checks after ApplyUpdates(False)
If check fails I do not Rollback but my dataset is no more in edit state.
If I try to put in edit programmatically I can see with OracleMonitor that the OracleDataset doesn't generate the same sql anymore.
If, for example, at the first attempt you can see an "UPDATE MyTable SET ...."
After validity check fail I changed the offending field, but my check still fails.
So I looked in OracleMonitor and I saw that the update statement wasn't there. So the check still sees the previous, and wrong, value.
It seems that the OracleDataset doesn't generate the update statement anymore..
( I hope it is clear )
Thanks very much in advance for any tips/help on this!
Bye
Nicola
D5 DOA 4.0.3 Oracle 9.2
I have a TOracleDataset in CachedUpdates mode.
I need to do some validity checks after ApplyUpdates(False)
If check fails I do not Rollback but my dataset is no more in edit state.
If I try to put in edit programmatically I can see with OracleMonitor that the OracleDataset doesn't generate the same sql anymore.
If, for example, at the first attempt you can see an "UPDATE MyTable SET ...."
After validity check fail I changed the offending field, but my check still fails.
So I looked in OracleMonitor and I saw that the update statement wasn't there. So the check still sees the previous, and wrong, value.
It seems that the OracleDataset doesn't generate the update statement anymore..
( I hope it is clear )
Thanks very much in advance for any tips/help on this!
Bye
Nicola