Luke Chan - 2013-06-20

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.