newtotc
13 years agoOccasional Contributor
establish ADODriver Connection string in vb
I am trying to establish a sql 2008 db connection string in vb script in test complete
here are the details
here are the details
Driver =DDT.ADODriver("Provider=SQLOLEDB.1;Server=133.12.2.166;Database= testdb;Uid=uname;Pwd=pwd;", "dbo.table")
note: above values of parameters have been changed.
When i execute - this is the error message i am getting
Provider cannot be found. It may not be properly installed