Icon View Incident Report

Minor Minor
Reported By: Tim Young
Reported On: 11/30/2012
For: Version 2.11 Build 2
# 3684 Table Created with CREATE TABLE FROM UPDATES Statement Can Cause AV During Direct Table Open

Any table created with the CREATE TABLE FROM UPDATES statement will experience an AV if the table is opened directly or if the table is queried using an SQL SELECT statement that returns a sensitive result set.

CREATE TABLE TestUpdates FROM UPDATES Test IN STORE Local



Comments Comments and Workarounds
The problem was caused by a missing primary key constraint from the system-generated table. The workaround is to query the table using an SQL SELECT statement that returns an insensitive result set.


Resolution Resolution
Fixed Problem on 12/2/2012 in version 2.11 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 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