lockingmode & cached updates

misuk11

Member
if the locking mode on a dataset is set to ImCheckImmediate and cached update is set to true, aren't they both mutually exclusive ? If cached updates are on will ImCheckImmediate have no effect ?
 
If lmCheckImmediate is used, then the dataset will check if the record is unchanged before editing it. This is regardless of CachedUpdates.
 
Back
Top