How to connect to the Database from QTP?
Answer Posted / murali raju
Microsoft ADO (ActiveX Data Objects) is a Component object
model object for accessing data sources.The ADO Recordset
object is used to hold a set of records from a database
table. A Recordset object consist of records and columns
(fields).
In ADO, this object is the most important and the one used
most often to manipulate data from a database.
Srvname is a connection string.if u already installed
oracle in your system..using that path u can connect oracle
database...if u dont have oracle give the conncetion string
path..whatever connection string created used in database
checkpoint by
default...Example:DSN=QT_Flight32;DBQ=C:\Program
Files\Mercury Interactive\QuickTest
Professional\samples\flight\app\flight32.mdb;Driver=C:\WINDO
WS\system32\odbcjt32.dll;DriverId=281;FIL=MS
Access;MaxBufferSize=2048;PageTimeout=5;
| Is This Answer Correct ? | 39 Yes | 6 No |
Post New Answer View All Answers
what is actually contain test report? can anybody post the test report
If you are testing a web application then what will you test in that application?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
What are the different types of recording modes in qtp? Which will be used when?
How many ways we can parameterize data in quicktest professional (qtp)?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
How to handle Java tree in QTP?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
Explain about the test fusion report of quicktest professional?
Explain qtp(quick test professional)?
what frame work you are following?
How do you check ticket cost and ticket number in flight application?
What is the default add-ins in qtp?
Where to use function or action?