Connection to an Oracle Database

Enigma151

Member
Joined
Jul 9, 2003
Messages
12
I am able to connect to an Oracle Database only if I install oraHome92 to go into Net Manager and setup a service. I would like to be able to do this without installing oraHome92. Is this needed?

Me.OracleConn.ConnectionString = "Provider=MSDAORA.1;Password=X;User ID=X;Data Source=X"

I tried to make the Data Source the IP address but it wants the service name that was established in Net Manager.

Any Ideas?
 
Back
Top