T toamitha Mar 23, 2007 #1 Can u please show me the Connection String to connect to an Oracle DB in a remote Server using VB.NET Application.
Can u please show me the Connection String to connect to an Oracle DB in a remote Server using VB.NET Application.
M Mark Fitzpatrick Mar 23, 2007 #2 Best place to go is always: http://www.connectionstrings.com/ They have darned near every flavor of string I've ever needed.
Best place to go is always: http://www.connectionstrings.com/ They have darned near every flavor of string I've ever needed.
J James Irvine Mar 24, 2007 #3 Can u please show me the Connection String to connect to an Oracle DB in a remote Server using VB.NET Application. Click to expand... Here's my web.config entry for a remote Oracle 10g connection: <add name="myRemoteOracleConn" connectionString="user id=scott;password=tiger;data source=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=remoteMachineName)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=myNetServiceName)))"/>
Can u please show me the Connection String to connect to an Oracle DB in a remote Server using VB.NET Application. Click to expand... Here's my web.config entry for a remote Oracle 10g connection: <add name="myRemoteOracleConn" connectionString="user id=scott;password=tiger;data source=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=remoteMachineName)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=myNetServiceName)))"/>