Recent content by AndrewCash

  1. A

    Locking HowTo question ?

    Thanks for the information. I tracked this down to a Session->Commit() call that was hidden in my code. Thanks again.
  2. A

    Locking HowTo question ?

    I am using "lmLockImmediate" for locking my Dataset. This prevents two users editing the same record at the same time and works in principle. To lock the record I just perform a DM->Table->Edit() call. After a few minutes though the lock is released by Oracle and other people can start...
Back
Top