UniParameter Constructor

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
jpdomenge
Posts: 12
Joined: Fri 12 Mar 2010 08:17

UniParameter Constructor

Post by jpdomenge » Fri 12 Mar 2010 08:28

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.

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Fri 12 Mar 2010 10:03

We reproduced and fixed the problem. Please look forward to the nearest build.

jpdomenge
Posts: 12
Joined: Fri 12 Mar 2010 08:17

Post by jpdomenge » Tue 16 Mar 2010 17:09

Great news !

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

Regards.

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Wed 17 Mar 2010 10:01

We are going to release the new build in several days.

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

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Wed 31 Mar 2010 16:57

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 .

Post Reply