OracleClient in VS2005 ???

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_
 
F

Frans Bouma [C# MVP]

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

--
 

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