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

I have Microsoft Access Database, how to connect this database to QTP?
Reply
#2
Solved: 10 Years, 9 Months ago
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
Solved: 10 Years, 9 Months ago
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,424 02-19-2013, 07:07 AM
Last Post: basanth27
  Does QTP always need a database? nishu26 2 3,160 06-25-2010, 09:52 AM
Last Post: Saket
  QTP concepts devanggoel 1 2,943 11-04-2009, 05:16 PM
Last Post: Saket
Smile QTP Database conenction and parameterization of the values siri 40 37,584 08-06-2008, 11:39 AM
Last Post: siri
  database to QTP sheen 3 3,232 03-12-2008, 10:56 AM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 2 Guest(s)