Icon View Incident Report

Serious Serious
Reported By: Roy Lambert
Reported On: 7/24/2015
For: Version 2.19 Build 2
# 4185 COMPUTED/GENERATED Columns that Reference a Single Column Cause an Access Violation

I created the following table, and to start with I thought I'd just use Entered as the computation just to get something to work with.

Opened the table in EDBManager, entered 1 into Entered, and got this error:

Access violation at address 005ECF95 in module 'edbmgr.exe'. Read of address 00000040.

CREATE TABLE "Phone"
(
"Entered" VARCHAR(20) COLLATE "ANSI_CI",
"Modded" VARCHAR(20) COLLATE "ANSI_CI" COMPUTED ALWAYS AS Entered
)



Resolution Resolution
Fixed Problem on 7/24/2015 in version 2.19 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