Dear Sir,
how to implement lock in cachedUpdate can i get sample.
how to check unique constrains in Cached updates
Regards
Prakash
how to implement lock in cachedUpdate can i get sample
Hello
Lock in the cached update mode was added since ODAC 6.90.0.59 version. To lock records you should set the LockMode property to the lmLockImmediate or lmLockDelayed values.
Unique constrains in the cached update mode will be checked on storing records to database (on calling the ApplyUpdates method).
Lock in the cached update mode was added since ODAC 6.90.0.59 version. To lock records you should set the LockMode property to the lmLockImmediate or lmLockDelayed values.
Unique constrains in the cached update mode will be checked on storing records to database (on calling the ApplyUpdates method).