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...

There is a table with 4 columns and 10 rows, how to write the
script to display the first column records using qtp? can
anybody help me with script?

Answer Posted / tvs ramakrishna chowdary

Set con=createobject("adodb.connection")
Set rs=createobject("adodb.recordset")
con.provider="microsoft.jet.oledb.4.0"
Con.open"d:\db1.mdb"
rs.open "select * from cal",con
Do while not rs.EOF
msgbox rs.fields(0)'o is first column
or
msgbox rs.fields("column1_name")
rs.movenext
Loop

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Without using gui map editor we can recognize the application in winrunner ?

1097


What are the general steps involved in the data driven framework?

1073


Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks

1902


what is error and fault in terms of software quality?

1957


Can launch two instances of qtp on the same machine?

1170


1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?

1644


What is the difference between per-action and shared?

1191


How to open a new test using quicktest professional (qtp)?

1040


how to know no.of mails in our g mail by using vb-script

2273


Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?

2143


Can any body please tell me the steps of keyword driven framework of QTP.

2015


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

6675


Can we use index on view?

2127


How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?

1217


what is keyword driven testing in qtp?n how is it useful?

1980