Can anybody tell how to test
1) DB2 database at background.
2) Other databases at background.
3) How to connect to SQL database.
1) DB2 database at background.
2) Other databases at background.
3) How to connect to SQL database.
DB2 Database testing
|
Can anybody tell how to test
1) DB2 database at background. 2) Other databases at background. 3) How to connect to SQL database.
Hey Jackomcnabb, that's pretty useful site. Thanks.
Want to fast track your QTP/UFT Learning? Join our UFT Training Course
Below function will help to connect oracle data base.for SQL data base we have to provide required provider name.correct me if am wrong.
Public function openDatabase( byval userID, byval passwd, byval dataBase, byval sql, byref conn,byref rs) Code: set conn=createobject("adodb. connection")
Hi Every one
I am new to Qtp. I can not connect mysql database with qtp since there is no drivers for mysql in QTP.Please telll me how to connect with database since I am working in mysql only. mysql version is 5.0 Thanks swati
Install MySQL ODBC driver in your computer first.
And then use connection string. Example: Code: ' To Connect to MySQL Database |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
QTP for Cobol DB2 | tjahe | 1 | 2,844 |
04-07-2011, 01:43 PM Last Post: basanth27 |