Page 1 of 1

UniParameter Constructor

Posted: Fri 12 Mar 2010 08:28
by jpdomenge
Hi,

I have a weird comportment of the UniParameter constructor.
When I call for instance

Code: Select all

UniParameter param3 = new UniParameter("oID_COLORIS", UniDbType.Decimal);
The param3.UniDbType property is set to VarChar while i set Decimal in the constructor.

Also, if i set the property after the initialization, the property is correctly set.

Code: Select all

param3.UniDbType = UniDbType.Decimal;
I'm currently testing the version 3.10 of UniDirect.

Regards.

Posted: Fri 12 Mar 2010 10:03
by StanislavK
We reproduced and fixed the problem. Please look forward to the nearest build.

Posted: Tue 16 Mar 2010 17:09
by jpdomenge
Great news !

Where can I get the latest build ?
I'm currently evaluating the dotConnect Universal 3.10 version.

Regards.

Posted: Wed 17 Mar 2010 10:01
by StanislavK
We are going to release the new build in several days.

We will inform you in this topic when the build is released.

Posted: Wed 31 Mar 2010 16:57
by StanislavK
The new 3.10.12 build of dotConnect Universal is available for download now. It can be downloaded from
http://www.devart.com/dotconnect/univer ... nload.html
(trial version) or from Registered Users' Area (for users with valid subscription only).

For more information, please refer to
http://www.devart.com/forums/viewtopic.php?t=17521 .