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?
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?
