oracle with visual studio 2005

  • Thread starter Thread starter realin
  • Start date Start date
R

realin

hey guyzz !!

actually i had installed Microsoft visual studio 2005 along with
Oracle 9i enterprise edition, jus wanted to know how can i connect it
thru VS when i makin a project in c #.

when i put a namespace using.System.data. ??

then in place of ?? oracle client should come but it doesnt

guyzz please help me fast.. thanks a lot

regards
realin!
 
realin,

From Visual Studio's Project menu, select Add Reference.

Add a reference to System.Data.OracleClient.

Now it should show up when you use Using or Imports, etc.

Kerry Moorman
 
Back
Top