Geeks Talk

Prepare for your Next Interview




QTP to Oracle DB configure

This is a discussion on QTP to Oracle DB configure within the QTP forums, part of the Software Testing category; Hi, Please help me in configuring the QTP to oracle database. Neetu.....


Go Back   Geeks Talk > Software Testing > QTP

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-02-2008
Junior Member
 
Join Date: Jun 2008
Location: Delhi
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Neetu2008 is on a distinguished road
QTP to Oracle DB configure

Hi,

Please help me in configuring the QTP to oracle database.


Neetu..
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-05-2008
Expert Member
 
Join Date: Nov 2006
Location: Hyd-IND
Posts: 508
Thanks: 1
Thanked 52 Times in 44 Posts
sutnarcha is on a distinguished road
Re: QTP to Oracle DB configure

Use the following code by replacing the values for < server >, < dbname >, < uid > and < pwd > as appropriate.

Quote:
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-
Reply With Quote
Reply

  Geeks Talk > Software Testing > QTP


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
QTP to Oracle DB configure Neetu2008 QTP 0 07-02-2008 05:27 AM
How to configure JRE esakazmi Java 1 05-13-2008 04:47 AM
How to configure informatica pv.nagarjuna Data Warehousing 0 12-14-2007 02:01 AM
How to configure many to many relationship? Geek_Guest Seibel 3 12-06-2007 02:38 AM
How to Install and configure Oracle 9i for Cognos rparcha Oracle 0 06-18-2007 11:07 PM


All times are GMT -4. The time now is 06:17 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved