Votes
Answers
Views
Question
1
2
44
asked 11 years ago by kaptainkayoss
updated 11 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
2
109
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...