.Net Framework Managed vis .Net Managed provider

  • Thread starter Thread starter Ramesh
  • Start date Start date
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
 
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
 
Back
Top