"DRIVER={Microsoft Access Driver (*.mdb)};If you want to use the native OLEDB provider for Access, here it is. This should perform a little better than ODBC:
DBQ=C:\MYDB\TEST.MDB"
conn.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("./db/database.mdb")That's it !!