Answer Posted / asn
dim con,cmd
set con=createobject("adodb.connection")
set com=createobject("adodb.command")
con.open"provider=sqloledb.1 or ora
oledb.1;server=servername;uid=uid;pwd=password;database=data
sourcename"
cmd.activeconnection
cmd.execute"select*from tablename"
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the factors on which script execution time is dependent?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
Is it possible to change the property value at runtime? How it is possible?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
Hello friends..... On which areas of an application we can not test with QTP
Explain the benefits of quick test pro(qtp)?
What is smart identification in QTP?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
When should I use smart identification?
Where you get the run time data table?
give me the code to save all messages of inbox of gmail into a folder and notepad
How to save your test using quicktest professional?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.