Hi
I can't get classic asp page to connect to a access database, my code is:
driverString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("menuoffline.mdb")
Set db = Server.CreateObject("ADODB.Connection")
db.Open(driverString)
It always worked on my windows xp, with iis6, now I am using windows vista buide 5600.
I have on the access database file, given everyone full kontrol, and I have allowed .mdb files in the
C:\Windows\System32\inetsrv\config\applicationHost.config
I get the following error:
Microsoft JET Database Engine error '80004005'
Unspecified error
Thanks
Jimmy