Oracle .NET data provider

J

Jonathan Woods

I could not find Oracle .NET data provider for version 1.1. Do I have
to use ODBC .NET data provider for instead? Which provider can offer
best access to Oracle Database? I'm using Oracle 8i. Thanks for any
kind response.
 
H

Hans Kesting

Jonathan said:
I could not find Oracle .NET data provider for version 1.1. Do I have
to use ODBC .NET data provider for instead? Which provider can offer
best access to Oracle Database? I'm using Oracle 8i. Thanks for any
kind response.

There is a built-in Oracle connector, but you need an extra reference, to
System.Data.OracleClient

Hans Kesting
 
C

Carlos J. Quintero [.NET MVP]

You have 2 native Oracle .NET Data Providers.

- The Microsoft .NET Framework Data Provider for Oracle, supplied by
Microsoft in .NET Framework 1.1 (downloadable component using .NET Framework
1.0). It requires Oracle 8 client.

- The Oracle Data Provider for .NET (ODP.NET), supplied by Oracle at
http://www.oracle.com/technology/tech/windows/odpnet/index.html. Requires
Oracle 9 client.

--
Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

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