Votes
Answers
Views
Question
1
1
226
asked 4 years ago by homerj
updated 4 years ago by homerj
Category:
Application Lifecycle Management
We are having an issue when trying to use Microsoft Edge with ALM. We have met the requirements for the ALM version and builds and are using a supported build and version of Microsoft Edge. We have a Quality Center .hta utility script that uses ActiveX and the QC API which our QA Admins use to add ...
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