Subject | CachedUpdates |
---|---|
Author | l_gilbert_fr |
Post date | 2012-02-13T21:21:37Z |
Hi all,
I found a little problem with my 10 years application since I switch to DELPHI XE and last version of IBO.
I use DataSet.CachedUpdates in my work.
I call DataSet.ApplyUpdates when I want to validate the modifications in the cache. (The modifications move from the cache to the 'transaction' level).
This was working very well but now, when I call DataSet.ApplyUpdates the TransactionIsActive switch to false and then I can't know if I must commit the transaction in an upper level of my application.
I don't see why it's not working anymore...
Regards,
Laurent.
I found a little problem with my 10 years application since I switch to DELPHI XE and last version of IBO.
I use DataSet.CachedUpdates in my work.
I call DataSet.ApplyUpdates when I want to validate the modifications in the cache. (The modifications move from the cache to the 'transaction' level).
This was working very well but now, when I call DataSet.ApplyUpdates the TransactionIsActive switch to false and then I can't know if I must commit the transaction in an upper level of my application.
I don't see why it's not working anymore...
Regards,
Laurent.