ya lo intente y me regresa el siguiente error
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
el codigo con el que intento abrir la Base de Datos es:
strConn="DSN=Coda"
conn.Open strConn