Icon View Incident Report

Minor Minor
Reported By: Carlton Craighead
Reported On: 4/27/2008
For: Version 1.09 Build 3
# 2621 Including an ORDER BY Clause in a Single-Row SELECT Statement Causes AV

If I submit the following statement, I get the following error message:

ElevateDB Error #9999 Access violation at address 00527928 in module 'sdsrvr.exe'. Read of address 00000024

select count(*) from reports r, services s
where r.serviceid = s.serviceid and r.reportdate between timestamp '2007-01-01 00:00:00' and timestamp '2009-01-01 00:00:00'
and service = 'Cardiac'
order by service



Comments Comments and Workarounds
The workaround is to not include an ORDER BY clause for single-row SELECT statements. It is meaningless in such a context.


Resolution Resolution
Fixed Problem on 4/28/2008 in version 1.09 build 4


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

Image