01-23-2014, 10:53 AM
I want to connect to DB2 in qtp.
my connection string is :
But I am getting an error : [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Do i need to install IBM DB2 ODBC DRIVER on my machine ? If Yes, where n how can i get it
my connection string is :
Code:
Driver={IBM DB2 ODBC DRIVER};Database=db8nccbs;Hostname=hostname.bns;Port=portnum; Protocol=TCPIP;Uid=username;Pwd=password;
But I am getting an error : [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Do i need to install IBM DB2 ODBC DRIVER on my machine ? If Yes, where n how can i get it