When I try connectin to a database using the following code:
where = (server.mappath("..\data\data.mdb"))
dsn = "driver={Microsoft Access Driver (*.mdb)};dbq="&where&"; pwd="
Set Recordset = Server.CreateObject("ADODB.Recordset")
Connection.Open DSN
It brings back the following error message:

Microsoft VBScript runtime error '800a01a8'
Object required: ''

Help me please!!!