Toon posts:

Access / ASP ??

Pagina: 1
Acties:

Verwijderd

Topicstarter
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 
----------------------

Help ! Wat is dit? Het draait op een RaQ4i. Asp werkt wel, andere sites draaien goed. Any idea? Misschien een access driver-probleem?