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 / rangarao
Set myconn=CreateObject("ADODB.Connectionn")
myconn.Open
("Provider=OraOLEDB.Oracle;DataSource=Your_Oracle_Database;o
SAuthent=1;")
if(myconn.state=1) Then
Set rec=myconn.Execute("query")
while rec.EOF<>TRUE
msgbox rec.fields(colname)(We can also Specify column index)
rec.MoveNext
wend
End if
rec.Close
myconn.Close
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
banking domain description for software tester for interview
How to record a qtp script ?
How to check which add-ins are associated with a test in qtp?
Describe synchronization point.
what is impact analysis on regression testing?
Output values? i want a practical example
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
how will you load the test cases in ddt?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
Is it possible to use two instances of UFT on the same machine? If not why?
What are the ways you can synchronize?
What are the different attributes used with regular expression?
how to evalute defects in QTP script?
what are the limitations of smart identification in qtp 9.0
Sql questions to find second max salary and how to use joins