Locks
Overview
Acquire locks programmatically
databaseManager.acquireLock(foundset,1,'myLock')Release locks programmatically
databaseManager.releaseAllLocks('myLock'); //release specific lock
databaseManager.releaseAllLocks(); // release all locksViewing locks

Manually releasing locks
Last updated
Was this helpful?