Micro Focus QTP (UFT) Forums

Full Version: "Database Concepts in QTP"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have Microsoft Access Database, how to connect this database to QTP?
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
Is there any way to connect Vertica Database through QTP?

Thanks!