![]() |
I want to connect to IBM DB2 using QTPv11 - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: I want to connect to IBM DB2 using QTPv11 (/Thread-I-want-to-connect-to-IBM-DB2-using-QTPv11) |
I want to connect to IBM DB2 using QTPv11 - MadhusudanRao - 01-23-2014 I want to connect to DB2 in qtp. 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 RE: I want to connect to IBM DB2 using QTPv11 - jacosta - 01-28-2014 Hi, yes, you need install IBM DB2 ODBC DRIVER. You can download in: http://www-01.ibm.com/support/docview.wss?uid=swg21418043 RE: I want to connect to IBM DB2 using QTPv11 - MadhusudanRao - 01-30-2014 Yes I got it .... http://merisocch.blogspot.in/ |