Hi,
I would like to connect to a database file from my EFS study. I've unsuccessfully tried creating an OLE connection:
var oConn = new ActiveXObject("ADODB.Connection");
This works fine in JavaScript but not EFS? I just read an older post that mentioned ActiveX objects are not accessible within EFS. Is this still the case?
Any other method for accessing a database besides DDE?
Thanks.
I would like to connect to a database file from my EFS study. I've unsuccessfully tried creating an OLE connection:
var oConn = new ActiveXObject("ADODB.Connection");
This works fine in JavaScript but not EFS? I just read an older post that mentioned ActiveX objects are not accessible within EFS. Is this still the case?
Any other method for accessing a database besides DDE?
Thanks.
Comment