Votes
Answers
Views
Question
1
vote
2
answers
47
views
asked 12 years ago by kaptainkayoss
updated 12 years ago by kaptainkayoss
I'm getting the following error when running this database code in UFT: "ActiveX Component cannot create Object : ADODB.Connection" Set objDB=CreateObject("ADODB.Connection" objDB.ConnectionString="DSN=" & DSNName &";uid=Test;pwd=xyzabc123;" objDB.Open
1
vote
2
answers
112
views
asked 12 years ago by kaptainkayoss
updated 12 years ago by kaptainkayoss
I used to be able to connect my QTP 11 to Oracle and SQL Server on my old Windows XP machine. Now we've upgraded to Windows 7 64 bit, and my scripts fail when trying to execute an Open command on my database object. I've checked my connection string on connectionstrings.com and it looks correct. Any...