Answer Posted / ajreddy
function Connect database
set con= create object("Adodb.Connection")
set rs=create object("Adodb.Recordset")
con.provider = "microsoft.jet.OLEDB.4.0" '@ For MS access
con.open="Path of Database"
rs.open "select * from xxxx", con
do until re.eof
end function
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How do you capture tooltip using QTP?
Approach for Installation,comaptibility,system testing
what is defenetion of kiran can u tell me plz CVS, SVN
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
How does qtp identify objects in the application?
If I change the object name in one action will it be updated in all the actions? Or not?
Is it possible to merge two object repository files in qtp?
what are all the fileds present in object repository?
what is the difference between development and testing
Dis advantages of XML checkpoint ?
how will load the object during runtime?
How to use the object spy in quicktest professional (qtp) 8.0 version?
give me an example where u used good judgement and logic in solving a problem
What is the process of synchronizing qtp and aut?
How QTP support all types of applications (platforms)?