Answer Posted / siva
set mycon = CreateObject("ADODB.Connection")
mycon.open("driver=SQL Server;Server=localhost;database=(database name);trusted_connection=yes")
set myresult=mycon.execute(Select * from emp)
while myresult.EOF<>TRUE
msgbox.myresult.fields(0)
myresult.movenext
wend
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is keyword driven framework?
Did QTP prove efficient for your project? Yes or No, explain?
How u will do versioning in QTP?
How do you configure QTP AND Test director?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
write script for bitmap image?
please post the interview questions for QA position in FACTSET
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
How the smart identification is used in real time?Please explain with an example
what is impact analysis on regression testing?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.