OracleClient in VS2005 ???

  • Thread starter Thread starter Dino Buljubasic
  • Start date Start date
D

Dino Buljubasic

Hi,

I am using VisualStudio 2005 (C#) and have to write a code to access
Oracle Database. I know that in .NET Framework 1.1, I could download
OracleClient namespace (System.Data.OracleClient.dll) and add
referenct to it in my project.

Can I do the same in VisualStudio 2005? When I look for OracleClient
in msdn, it says it is only for .NET Framework 1.1.

What can I use in .NET Framework 2.0?

Any help will be appreciated,
_dino_
 
Dino said:
Hi,

I am using VisualStudio 2005 (C#) and have to write a code to access
Oracle Database. I know that in .NET Framework 1.1, I could download
OracleClient namespace (System.Data.OracleClient.dll) and add
referenct to it in my project.

Can I do the same in VisualStudio 2005? When I look for OracleClient
in msdn, it says it is only for .NET Framework 1.1.

What can I use in .NET Framework 2.0?

go to: http://otn.oracle.com and download Oracle's .NET provider for
..NET. it contains the oracle client and provider assembly. Pick the
provider for 9i for 8i/9i and the 10g for 9i/10g.

FB

--
 
Back
Top