Answer Posted / shubhang
I guess this will work out.
Set con = CreateObject("ADODB.Connection")
con.provider = "XYZ"
con.username ="XYZ"
con.password = "XYZ"
con.protocol = "XYZ"
con.port = "XYZ"
RS=con.execute "Select * from ABC"
do while rs.EOF <>True
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
How to modify object property in qtp ?
what frame work you are following?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
What is the difference between the keyword view and expert view?
QTP script is not working on other's machine..
How to execute a winrunner script in quicktest professional?
when to start the automation?
Through array we can execute the testcase how ? give me example
Is text area check point supports for web applications?
What is active screen?
What is text/text area checkpoint?
Is it possible to split an action? How?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
What is the difference between per-action and shared?