Icon View Incident Report

Serious Serious
Reported By: Kick Martens
Reported On: 9/16/2010
For: Version 2.04 Build 2
# 3312 Dropping a Column and Altering a Constraint in Same ALTER TABLE Statement Can Corrupt Tables

Executing the following SQL results in the error:

The column 882 does not exist in the table JaarBegrotingsregels

and afterwards the table cannot be opened (error #100).

ALTER TABLE "JaarBegrotingsregels"
ALTER CONSTRAINT "Primary" AS UNIQUE ("JaarInstellingID","Periode","Soort"),
DROP COLUMN "RegelID"



Comments Comments
The problem with the opening of the table afterwards was due to the fact that the table files did not match the catalog file. You can always restore any prior version of the catalog (.edbcat) or table files (.edbtbl, .edbidx, .edbblb, .edbpbl) from their .old versions in order to correct an issue like this.


Resolution Resolution
Fixed Problem on 9/22/2010 in version 2.04 build 3


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 VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image