nikhil_nimbhal
11 years agoOccasional Contributor
DSN less Connectivity to Oracle database
Hi,
As a part of PoC , we are trying to connect to Oracle database through TestComplete. We are using TestComplete 10 Trial Version .
On trying to establish a DSN-less connection using following connection string:
Driver=[Microsoft ODBC for Oracle]; CONNECTSTRING=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP) (HOST={hostname})(PORT={portname}))(CONNECT_DATA=(SERVICE_NAME={dbname}))); uid=userid;pwd=password;
I get following error when I open the connection:
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
While I am able to connect and retrieve data through system DSN.
Is there any method or functionality supported by TestComplete that can be implemented to form DSN less connections?
As a part of PoC , we are trying to connect to Oracle database through TestComplete. We are using TestComplete 10 Trial Version .
On trying to establish a DSN-less connection using following connection string:
Driver=[Microsoft ODBC for Oracle]; CONNECTSTRING=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP) (HOST={hostname})(PORT={portname}))(CONNECT_DATA=(SERVICE_NAME={dbname}))); uid=userid;pwd=password;
I get following error when I open the connection:
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
While I am able to connect and retrieve data through system DSN.
Is there any method or functionality supported by TestComplete that can be implemented to form DSN less connections?