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
explain structured testing? plz guys with exp. do answer
How to capture a window in QTP?
What is keyword view in qtp?
Why do we use breakpoints in QTP?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
when will you do debug your script? and explain that process?
What is parameter in qtp?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Explain features of the latest version of qtp/ uft 12.1?
How to suppress warnings from the test results page?
what is Property......End Property loop? how to write sript for it in QTP
What are the properties you would use for identifying a browser and page when using descriptive programming?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading