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?
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?