Oracle 8.0.4, DOA 3.4.5 and Delphi 5.
In my application I use TOracleDataset with CachedUpdates and locking mode set to lmLockImmediate. On 1st client machine user cancel updates on the table row (Cancel method from TOracleDataset is used in code). The 2nd user on another client wants to edit...