Hi,
Please help me in configuring the QTP to oracle database.
Neetu..
Hi,
Please help me in configuring the QTP to oracle database.
Neetu..
Use the following code by replacing the values for < server >, < dbname >, < uid > and < pwd > as appropriate.
Dim CStng
CStng = "Provider=MSDAORA;Data Source=< server >.< dbname >;User ID=< uid >; Password=< pwd >;"
set cnnOra = CreateObject("ADODB.Connection")
cnnOra.open CStng
Lack of WILL POWER has caused more failure than
lack of INTELLIGENCE or ABILITY.
-sutnarcha-