Icon View Incident Report

Serious Serious
Reported By: Robin Joseph
Reported On: 4/18/2008
For: Version 1.09 Build 3
# 2617 Boolean Connection String Properties Not Assigned Properly for .Net Data Provider and ODBC Driver

I am building a connection string using the following code, the connection still disconnects after 180 secs.

EDBConnectionStringBuilder StBuilder
stBuilder.Ping = true;
stBuilder.PingInterval = 30;

EDBConnStr = stBuilder.ToString();
new EDBConnection(EDBConnStr);



Comments Comments
Any of the Boolean properties such as the Ping property were being interpreted as numeric values instead of True/False Boolean values. Thus, any value setting was ignored and the default used instead.


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


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