I have set password in the Access database and use the following option in Javascript
var myDB = new ACCESSdb("D:\Project\HADMDRS\HADMDRS.mdb", {showErrors:true, password:"password"});
I got the following error: "The workgroup information file is missing or opened exclusively by another user." when I open the html page with the above Javascript code. I want to know what is the setting for password in accessdb so that I can get access to the database. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have set password in the Access database and use the following option in Javascript
var myDB = new ACCESSdb("D:\Project\HADMDRS\HADMDRS.mdb", {showErrors:true, password:"password"});
I got the following error: "The workgroup information file is missing or opened exclusively by another user." when I open the html page with the above Javascript code. I want to know what is the setting for password in accessdb so that I can get access to the database. Thanks.