Web Hosting Talk







View Full Version : ASP / Access error


Juan
06-08-2001, 08:50 AM
My customer gets the following error while trying to look at an ASP page :

My Database Connection:
---------------
set conn = Server.CreateObject("ADODB.Connection")
conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq="& server.mappath("sf.mdb")
--------------

Gives following Errors that points to the Database connection:
--------------
ADODB.Connection.1 error '800a0bb9'

The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.

/saab-finder/center.asp, line 8
---------------
---------------

Microsoft VBScript runtime error '800a004c'

Path not found

/saab-finder/category-menus.asp, line 31
----------------------

Any idea?

Matthew.A
06-08-2001, 09:18 AM
Have you installed a MS Access driver for the data? Also you can't run an access DB on a Unix box, so the data would need to be on a machine that can run MS Access...