Icon View Incident Report

Serious Serious
Reported By: Bruno Riviere
Reported On: 10/6/2011
For: Version 2.05 Build 11
# 3504 Trying to Drop a Column in a Table Created With CREATE TABLE..AS Statement Causes Dependency Error

I create the BNL table using the following SQL. When I try to drop the RecordID column, I get this error:

ElevateDB Error #201 The column RecordId in the table BNL cannot be dropped because it is still referenced by the index __OrderBy in the table BNL

CREATE TABLE BNL AS SELECT * FROM "database1".BNL WITH DATA



Comments Comments
The __OrderBy index is an internal index created as part of the SELECT statement, and should not raise a dependency error.


Resolution Resolution
Fixed Problem on 10/11/2011 in version 2.06 build 1


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