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 |
waht is puirpose of accesbility Check point? waht is the use of Page and XML check points?
what are the 5 types of objects in qtp
I want to clear the webedit field without using set"" in qtp script
A webPage has a ComboBox with 10 values in it. Write a script to select 4 vales from it using CTRL key
What is a Run-Time Data Table? Where can I find and view this table?
I want to open a Google page without recording a test and i do not want to use system.Util.run command as well how do i do this?
What scripting language QTP of?
Diff B/w Webserver and Client Server
Synchronozation types in QTP
how to retrieve the column headers in database using vbscript statement in QTP
I m in new and want to learn QTP. Is any website which provide free QTP video training.....also can downlaod....
How do u connect database through QTP tell me both Ms Access and SQL