.Net Framework Managed vis .Net Managed provider

R

Ramesh

hi,
I just want to know the difference between ".Net
Framework Managed Provider for Oracle" and ".Net Managed
Provider for Oracle 1.1". Can anybody knows about this
details.

".Net Managed Provider for Oracle 1.1" means ODP.Net??
Please let me know.

thanks in advance.

-Ramesh
 
C

Carlos J. Quintero

You have:

- ".NET Framework Data Provider for Oracle" (no "managed" in the name): this
is made by Microsoft to connect to Oracle 8.x, and there are distinct
versions for .Net Framework 1.0 (not included in the framework, it is a
separated download from MS web site) and .Net Framework 1.1 (included in the
framework).

- "Oracle Data Provider .Net" (ODP.NET): this is made by Oracle to connect
to Oracle 9.2, it is a separate download from Oracle web site, and there is
a single version that runs with .Net Framework 1.0 and .Net Framework 1.1.

The next time use the microsoft.public.dotnet.framework.adonet newsgroup
since this question is not related with C#.

HTH,

Carlos Quintero
 

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