Answer Posted / purshottam swarnkar
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 | 0 No |
Post New Answer View All Answers
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
Why is Client side image is preferred over server side image?
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
Can we record an application running on a remote machine using qtp?
Is the qtp course will help to create a virtual object?
after initiating one project for testing, when exacltly QTP tester role starts?
Key word driven framework
how many maximum number of virtual users we can create?
How do Parameterization and Data-Driving relate to each other in QTP?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
How will you test a keyboard?
hi nani my doubt is how does qtp process metrix related to software process.
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
Explain xml checkpoints.