Subject Re: [IBO] DML-Caching does not work when changing the prim. Key Value?
Author mag_jung
Hi all,

well, the DMLCacheItem has the OLD value of the key, so the
appropiate record could be found. But somehow InvalidateBookmark does
not work in such cases.
Anyway, I simply set the Fields to read-only. There are only 3 of 90
tables where I have such primary keys so it doesn't really matter.

thanks for your help..

Magnus

> I think that, by changing the values of keys, you break the ability
of
> receiving datasets to respond to the notification, since DMLCaching
depends
> on the KeyLinks to synchronise the datasets.
>
> Helen