write progamming connecting QTP to database sql? this is
question asked by interview? please give sql, pl/sql related
answer?pls any answer this?
Answer Posted / manish deshmukh
Set con = Createobject("ADODB.Connection")
set rs = Createobject("ADODB.recordset")
con.connectionstring="DSN=xyz;UID=abc;PWD=pqr;"
con.open
SQL="select * from manish"
Set rs=con.execute(SQL)
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Discuss quicktest professional environment?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Hai anyone please "Explain about Framework in QTP?"
please any one can explain the keyword driven framework. with gmail example.
what is run action?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
Explain step generator in qtp?
What is the Difference between test object and run time object?
How to save your test using quicktest professional?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
What is the syntax to call one action in another?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
what is clean sweep?
Hi How to retrieve data from web element line by line?