Subject | Re: [IBO] DML-Caching does not work when changing the prim. Key Value? |
---|---|
Author | mag_jung |
Post date | 2003-03-22T15:41:20Z |
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
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 abilityof
> receiving datasets to respond to the notification, since DMLCachingdepends
> on the KeyLinks to synchronise the datasets.
>
> Helen