Recent content by Pascal Cadot

  1. P

    Catching exception from locking mode access

    Thanks Marco ! I've checked an EDatabaseError in try...except instruction and I've compared E.Message to dmRecordLocked. It looks OK. Pascal Cadot.
  2. P

    Catching exception from locking mode access

    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...
Back
Top