Icon View Incident Report

Serious Serious
Reported By: Marcus Vogel
Reported On: 9/22/2019
For: Version 2.31 Build 7
# 4759 ElevateDB Data Provider EDBCommandTextType Enumerated Type Not Correct

While setting the command text the command type gets evaluated. For SQL scripts this is currently 107 (Version 3.31 Build 7). The corresponding enum for the command type (EDBCommandTextType) ends at 91 (script). As you can see the values are not the same and many values set while evaluating the command text are not contained in the enum definition. This leads to a failure while command execution (expected insert, update, delete but found script) because the wrong part of the if statement is processed based on the wrong value of the command type.


Resolution Resolution
Fixed Problem on 9/24/2019 in version 2.31 build 8


Products Affected Products Affected
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial

Image