Posted to
IIS7 - Classic ASP
by
esso
on
09-28-2006, 2:54 PM
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 ...