OracleClient still good in Framework 2?

  • Thread starter Richard Lewis Haggard
  • Start date
R

Richard Lewis Haggard

Is the OracleClient class still alive and well? I see that the online
documentation has a warning in big red letters, "Note: This namespace,
class, or member is supported only in version 1.1 of the .NET Framework." If
the class is no longer valid, is there a replacement that can be used in the
2.0 world?
 
N

Nicholas Paldino [.NET/C# MVP]

Richard,

Where do you see this? The documentation I have (MSDN installed with
VS.NET 2005) doesn't indicate this. The classes in the
System.Data.OracleClient namespace seem to be alive and well...
 
F

Frans Bouma [C# MVP]

Richard said:
Is the OracleClient class still alive and well? I see that the online
documentation has a warning in big red letters, "Note: This
namespace, class, or member is supported only in version 1.1 of the
.NET Framework." If the class is no longer valid, is there a
replacement that can be used in the 2.0 world?

works fine in .NET 2.0. Also ODP.NET from Oracle works fine on .NET
2.0

FB

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top