Forum Discussion
nicktulett
13 years agoContributor
It's a while since I used (or understood) my SQL scripts but presuming it's not just a typo in your parameters, try adding an extra empty parameter in the connection line, i,e:
var dbconn = new ActiveXObject("ADODB.Connection", "");
var dbconn = new ActiveXObject("ADODB.Connection", "");