Error Creating DataSet in ASP.NET 2.0

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
PatConnelly
Posts: 18
Joined: Fri 17 Jun 2005 14:15

Error Creating DataSet in ASP.NET 2.0

Post by PatConnelly » Fri 17 Jun 2005 14:23

I get an error if I try to create a typed dataset using the "Generate Dataset" command on the OracleDataAdapter context menu.

Steps:

1) Create Connection
2) Create and test DataAdapter
3) Choose "Generate Dataset"
4) Accept defaults (New Dataset1, single table selected to "add to the dataset", Add This Dataset to the designer checked (or unchecked)
5) "Object reference not set to an instance of an object"


Using VS 2005 Beta 2 and OraDirect 3.0.0

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Thu 23 Jun 2005 08:36

We cannot reproduce your problem with release of OraDirect 3.0.0 using VS 2005 Beta 2.
Query is "select * from emp". Please check that OracleCommand.Connection and OracleDataAdapter.SelectCommand are set correctly.

Post Reply