OracleClient Namespace

G

Guest

My question seems to be a stupid one. I was trying to access Oracle DB using objects in System.Data.OracleClient namespace. I have .NET Framework 1.1, so the assembly is in GAC (I was able to see it there). However this bunch of code wouldn't even compile

using System.Data
using System.Data.OracleClient

saying that OracleClient namespace doesn't exist

Can somebody help with this strange problem?
 
E

EMW

Did you add a reference to the dll file to your project?

rg,
Eric

John Ulicky said:
My question seems to be a stupid one. I was trying to access Oracle DB
using objects in System.Data.OracleClient namespace. I have .NET Framework
1.1, so the assembly is in GAC (I was able to see it there). However this
bunch of code wouldn't even compile:
 

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