lbyrne
11 years agoContributor
Connection string not working
Set
SProc = ADO.CreateADOStoredProc
I tried
SProc.ConnectionString = "Provider=SQLOLEDB.1;User ID=autotest_sa;Password=testing123;Initial Catalog=AUTOTEST;Data Source=TESTDB" and
SProc.ConnectionString = "Provider=SQLOLEDB.1;User ID=autotest_sa;Password=testing;Initial Catalog=AUTOTEST;Data Source=192.168.48.244"
Receive the following error when I try to execute stored procedure
Parameter object is improperly defined. Inconsistent or incomplete information was provided
Tried many variations unable to get working