Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Database Concepts in QTP"
#1
Hi,

I have Microsoft Access Database, how to connect this database to QTP?
Reply
#2
Hi,i think you can connect to it as any of the other database connection ,chk in your control panel (ODBC connection),that there is an entry of ms access database and use the usual

Code:
Set DBConnection = CreateObject("ADODB.Connection") DBConnection.ConnectionString = "Ms Access databse" DBConnection.Open
Reply
#3
Is there any way to connect Vertica Database through QTP?

Thanks!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  QTP database seach siitohan 1 2,947 02-19-2013, 07:07 AM
Last Post: basanth27
  Does QTP always need a database? nishu26 2 3,787 06-25-2010, 09:52 AM
Last Post: Saket
  QTP concepts devanggoel 1 3,459 11-04-2009, 05:16 PM
Last Post: Saket
Smile QTP Database conenction and parameterization of the values siri 40 45,680 08-06-2008, 11:39 AM
Last Post: siri
  database to QTP sheen 3 4,085 03-12-2008, 10:56 AM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)