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