Access db connection
Jeg får følgende fejl: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.
Min kode ser således ud:
Set connection_Emailkartotek = Server.CreateObject("ADODB.Connection")
connection_Emailkartotek.Open "DBQ=" & Server.Mappath("Emailkartotek.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};Password=1234;"
Er der nogen der kan hjælpe?
