Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can you connect the database with QTP?

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


Please Help Members By Posting Answers For Below Questions

What is keyword driven framework?

1130


Did QTP prove efficient for your project? Yes or No, explain?

6678


How u will do versioning in QTP?

1944


How do you configure QTP AND Test director?

1993


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?

2284


i have asked earlier only one question how to test web application using QTp plz send me the answer quickly

2177


Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar

3282


write script for bitmap image?

2087


please post the interview questions for QA position in FACTSET

4493


can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?

2112


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?

1020


How to connect the remote desktop using QTP 9.2 explain the method or procedure?

3328


How the smart identification is used in real time?Please explain with an example

2101


what is impact analysis on regression testing?

2539


Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

3609