Creating Connection string for DB2 - 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: Creating Connection string for DB2 (/Thread-Creating-Connection-string-for-DB2) |
Creating Connection string for DB2 - sqadri - 04-13-2012 Hi, I am trying to craete a cnnection string for DB2 but cannot it working. Here are the functions I am suing. Could someone please tell me what is wrong. I believe it is the data Source but dont know what that is. Code: Function getConnection () Thanks, Sqadri RE: Creating Connection string for DB2 - sshukla12 - 04-13-2012 Hi, Could u please try this: Code: Function GetDataFromBase(DNS,UID,PWD,QUERY) Let me know if its work's 4 u. Regards, Sankalp |