Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on How do you connect/configure qtp to access data from database? within the QTP forums, part of the Software Testing category; Question asked by visitor Laxmi How do you connect/configure qtp to access data from database? What database it is compatible with?...
|
|||||||
|
|||
|
How do you connect/configure qtp to access data from database?
Question asked by visitor Laxmi
How do you connect/configure qtp to access data from database? What database it is compatible with? |
| Sponsored Links |
|
|||
|
Re: How do you connect/configure qtp to access data from database?
Dim con,rs
set con = CreateObject("ADODB.Connection") set rs =CreateObject("ADODB.recordset") con.provider "microsoft.jet.oledb.4.o" con.open "D:\programfile\mercuryinteractive\................xxx.mdb" rs.open select * from emp,con rs.movefirst while not rs.EOF msgbox rs.fileds("column name") rs.movenext wend |
| The Following User Says Thank You to lata_115 For This Useful Post: | ||
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| looking for formula kind in Database esp in MS ACCESS | direct4 | Database General | 0 | 03-12-2007 08:25 PM |
| MS-Access database | JobHelper | Database Design | 1 | 12-11-2006 02:47 AM |
| Data Access Layer For Microsoft Access | Lokesh M | VB.NET | 0 | 12-02-2006 11:35 AM |
| Access Rights of database | joel | Oracle | 5 | 07-27-2006 07:22 AM |
| Database access using C program | fred | C and C++ | 1 | 07-13-2006 10:52 PM |