Oracle Connection with Visual C# Express 2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to connect to an Oracle database using Visual C# 2005 Express
Edition Beta 2. However, whenever I try to use the namespace
System.Data.OracleClient, I am told that that namespace doesn't exist. I can
use the namespace for MS SQL Server. Anyone know why this is happening and
how I can remedy it?
 
Have you added a reference to the System.Data.OracelClient.dll by right-mouse
clicking on the folder "References" under your solution and selecting from
the "Component Name" column?
 
That did it, thanks.

societopia.net said:
Have you added a reference to the System.Data.OracelClient.dll by right-mouse
clicking on the folder "References" under your solution and selecting from
the "Component Name" column?
 
Back
Top