Icon View Incident Report

Serious Serious
Reported By: Jim Garrity
Reported On: 5/19/2009
For: Version 2.02 Build 13
# 2998 Trying to Open an Updateable View with Correlated Sub-Queries in the SELECT List Causes AV

Trying to open the following view will cause an AV.

select INV.*,
select Pat.Abbreviation from Patient Pat where Inv.Patient_ID = Pat.Entity_ID as Patient_Name,
select Off.Abbreviation from Office Off where Inv.Office_ID = Off.Entity_ID as Office_Name
from Invoice INV
where Removed = false



Comments Comments
This was introduced in B13.


Resolution Resolution
Fixed Problem on 5/20/2009 in version 2.02 build 14


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