Guest MarcusB Posted May 7, 2008 Posted May 7, 2008 I moved our webserver from Windows 2000 to Windows 2008 Enterprise 64 Server. The code which was working fine on IIS5 and is not working well on iis7 We are getting Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified /internt/RoomBooking/EventCalendar/Includes/DBCONNECT.inc, line 38 Where: Line 37: objConn.ConnectionString="DRIVER={Microsoft Access Driver(*.mdb)}; DBQ=" & dbpath Line 38: objConn.Open Where: Const DATABASE="Database\users.mdb" dbpath = Server.MapPath(DATABASE) I spent 8 hours to find solution without any rsultat. Can anybody help? Regards Marcus
Recommended Posts