Icon View Incident Report

Serious Serious
Reported By: Fernando Dias
Reported On: 3/21/2011
For: Version 2.05 Build 4
# 3416 Calling RETRY From an ERROR Trigger Has No Effect

Calling RETRY form an ERROR trigger after a constraints check error has no effect. The execution of the trigger is interrupted, but the operation is not tried again and no exception is raised.

CREATE TRIGGER "InsertError" ERROR INSERT ON "customer"
BEGIN
   IF ERRORCODE()=1004 THEN
      SET NEWROW.CustNo=10000;
      RETRY;
   END IF;
END



Resolution Resolution
Fixed Problem on 3/22/2011 in version 2.05 build 5


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB LCL Standard with Source
ElevateDB PHP Standard
ElevateDB PHP Standard with Source
ElevateDB PHP Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image