Hi,

so I had a problem with studio 14.1, I must busy with oplocks...

see also thread:

http://support.dataaccess.com/forums/showthread.php?t=40054

If you look at white paper of dataaccess:
http://www.dataaccess.com/whitepaper...adcaching.html

you must set the parameters for XP workstations to

EnableOpLockForceClose to 1
EnableOplocks to 0

if I use regcheck.pkg the parameters will not be set, set instead:

UseOpportunisticLocking to 0
UtilizeNtCaching to 0
UseUnlockBehind to 1
UseLockReadUnlock to 0

(documented in the regcheck.log)

Normaly I bind the regcheck.pkg in my application and that´s all.

Must I set the parameters
1. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanmanWorkstation\Parameters EnableOpLockForceClose
2. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanmanWorkstation\Parameters EnableOplocks

not anymore ?