Problems with OracleDataReader

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
alexB
Posts: 15
Joined: Fri 30 Apr 2010 11:06

Problems with OracleDataReader

Post by alexB » Wed 18 Apr 2012 12:44

Hello,

I found that a bug was introduced with one of your previous releases, I don't know which one exactly but I can confirm that all was working fine in build version 6.60.258.

When OracleDataReader.GetSchemaTable() is called, an "Object reference not set to an instance of an object" error is thrown.

An example of OracleCommand.CommandText that can be used to reproduce the bug is

Code: Select all

select * from emp e, emp m where e.MANAGER_ID = m.EMPLOYEE_ID

My Oracle: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Post by Pinturiccio » Mon 23 Apr 2012 06:21

We have reproduced the issue. We will investigate it and notify you about the results as soon as possible.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Post by Pinturiccio » Tue 24 Apr 2012 13:12

We have fixed the bug with NullReferenceException in the OracleDataReader.GetSchemaTable() method. We will notify you when the corresponding build of dotConnect for Oracle is available for download.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Post by Pinturiccio » Fri 27 Apr 2012 05:11

The new build of dotConnect for Oracle 6.80.350 is available for download 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=23996

Post Reply