How will u integrate oracel with QTP?
Answers were Sorted based on User's Feedback
Answer / ganesan
1. create DataSourceName (aka DSN name) using "Oracle in
OraHome92" or "ODBC Driver for Oracle".
2. Select DSN name, UserID/Password to establish connection
to Oracle DB.
3. Create your own query to extract data from Oracle DB or
create DB-Check point.
Hope this will be useful for you. Good Luck.
-Ganesan.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / naveen magatapalli
dim cmd
set cmd=createobject("ADODB.Connection")
cmd.open "Provider=ORAOLEDB;server=server_name;database=data
basename;userid=scott;password=sa"
IS it correct na if not then correct me.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is QTP?
how to get the object property
Is it possible to merge two object repository files in qtp?
write a regular expression pattern for xyz?123?
In Manual testing , can u prpare bug report in TD?
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position part2:maore than the answer for this question i want the the reason why testers go for this kind of risk.what is the use of we testers having these kind of attempts.is that not the problem with the developer .pls answer .real time users of tools.in which way these solutions help to test with r without affecting the developed souce code.
how to convert 100 into hundred repees only and viceversa
How do you perform testing on web based application using qtp 9.2?
What is diff. between ordinal identifier INDEX and Location?
How to convert non-reusable action into reusable action in QTP?(i know by default QTP will take it as a non-reuable action )(Chandana) plz urgent?
how to click on object? (with out knowing the object details) for ex: in a webpage one link is available.i want to click that link by using one menthod through qtp?
How to check the URL using Automation tool QTP