Ik wil op een webserver een asp pagina koppelen met een MS Access database aan het database bestand asp.mdb:
<%
16 StrConnect = "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath ("asp.mdb")
17 Set objConn = Server.CreateObject ("ADODB.Connection")
18 objConn.Open StrConnect
%>
Ik krijg echter de volgende foutmelding:
Error Type:
ADODB.Connection.1 (0x800A0BB9)
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
/ASP/15.asp, line 18
Het bestand asp.mdb staat op de server. Weet iemand wat het probleem hier is?
<%
16 StrConnect = "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath ("asp.mdb")
17 Set objConn = Server.CreateObject ("ADODB.Connection")
18 objConn.Open StrConnect
%>
Ik krijg echter de volgende foutmelding:
Error Type:
ADODB.Connection.1 (0x800A0BB9)
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
/ASP/15.asp, line 18
Het bestand asp.mdb staat op de server. Weet iemand wat het probleem hier is?
[ Voor 5% gewijzigd door Verwijderd op 23-06-2003 13:09 ]