GetOracleValue BUG ???

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
stefhorst
Posts: 1
Joined: Mon 09 Mar 2009 13:00

GetOracleValue BUG ???

Post by stefhorst » Mon 09 Mar 2009 13:03

Strange Behavior

the GetOracleValue Method returns 3.30.2009 as a german datetime
is it a bug ???

reader.GetOracleValue(0).ToString();
"03.30.2009"

reader.GetValue(0).ToString();
"30.03.2009 00:00:00"

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 10 Mar 2009 09:39

We will check the current implementation of the GetOracleValue() method and notify you about the results as soon as possible.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 16 Mar 2009 15:52

Thank you for the report. The bug with the GetOracleValue() method is fixed. Look forward to the next build of dotConnect for Oracle. I will post here when it is released (the beginning of April).

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 02 Apr 2009 16:08

The new build (5.00.26) of dotConnect for Oracle is available now.
It can be downloaded from http://www.devart.com/dotconnect/oracle/download.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=14522 .

Post Reply