I have a problem connecting to Access db via ASP
I have tried all the solutions on the web and here but nothing works. I had to rebuild my machine recently and since then this connection does not work.
I have used a DSN-less connection and the folder in which the access db resides as well as windows/temp all have full access to everyone
my connection string is:
set db3 = Server.CreateObject("ADODB.Connection")
db3.Open ("DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("audits/MDB/audit.mdb"))
and the MDB folder has full permissions for everyone and IIS_Iusers
please help
I have tried all the solutions on the web and here but nothing works. I had to rebuild my machine recently and since then this connection does not work.
I have used a DSN-less connection and the folder in which the access db resides as well as windows/temp all have full access to everyone
my connection string is:
set db3 = Server.CreateObject("ADODB.Connection")
db3.Open ("DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("audits/MDB/audit.mdb"))
and the MDB folder has full permissions for everyone and IIS_Iusers
please help