Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Nikhil,
According to the http://www.connectionstrings.com/oracle/ site, a connection string to the Microsoft ODBC for Oracle driver should look like this:
Driver={Microsoft ODBC for Oracle};
Server=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=199.199.199.199)(PORT=1523))(CONNECT_DATA=(SID=dbName)));
Uid=myUsername;Pwd=myPassword;
According to the http://www.connectionstrings.com/oracle/ site, a connection string to the Microsoft ODBC for Oracle driver should look like this:
Driver={Microsoft ODBC for Oracle};
Server=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=199.199.199.199)(PORT=1523))(CONNECT_DATA=(SID=dbName)));
Uid=myUsername;Pwd=myPassword;