Icon View Incident Report

Minor Minor
Reported By: Tim Young
Reported On: 8/6/2008
For: Version 2.01 Build 4
# 2736 Block Labels Not Being Parsed Correctly in SQL/PSM Routines

Labeled blocks are not being parsed correctly and are causing a compilation error in routines such as scripts, stored procedures, functions, and jobs.

SCRIPT
BEGIN
  DECLARE TempCursor CURSOR FOR stmt;

  OUTERLOOP:
  WHILE TRUE DO
    START TRANSACTION ON TABLES Customer;
    BEGIN
      COMMIT;
      LEAVE OUTERLOOP;
    EXCEPTION
      RAISE ERROR CODE 10000 MESSAGE 'Error';
    END;
  END WHILE OUTERLOOP;
END



Resolution Resolution
Fixed Problem on 8/8/2008 in version 2.01 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 VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image