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
How to associate function library at a run time?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
How many types of recording modes in the qtp?
What is system testing and what are the different types of tests you perform in system testing?
Explain the differences between table and db checkpoints?
Where to use function or action?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Explain data driven framework?
How to start recording using quicktest professional (qtp)?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
Shall we add Local Repository to shared object repository,if yes,how we add
How to find the difference between 2 dates in qtp?
Which functionalities of QTP used in banking project? pls any say answer?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))