OracleClient Namespace

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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:
 
Back
Top