Context : Delphi 4 UP3, Oracle 8.0.5, DOA 3.3
My OracleDataSet.LockingMode property is set to 'lmLockImmediate'. When concurrent accesses append on the same record of my dataset, a message box is displayed. I know I can change the message... OK. But I would like an exception to be triggered...