A relational database offers two types of record locking protocols:
pessimistic and
optimistic.
ADI-diary uses Pessimistic Lock Protocol when editing records, meaning that you cannot edit the same record at the same time on two different computers.
Therefore, there is a possibility that dangling record locks will be left on the server if a client application is terminated unexpectedly.
Restarting the computer will release the lock.
See also:
Local Area Network and Server Settings