how to connect My SQL - 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: how to connect My SQL (/Thread-how-to-connect-My-SQL) |
how to connect My SQL - kandula - 09-24-2010 Please tell me how to connect to mysql RE: how to connect My SQL - Jyobtech - 09-24-2010 Hi Kandula, Since elements (links, data etc) on web page sometime are floating, so we need to select from database. Here I have made a paragraph of statement for DB connection and data selecting, and I have successfully connected with WEBDEV database. FYI. **************************************************************************************** Code: Set Conn = CreateObject("ADODB.Connection" ) |