in reply to Connecting to MS Access
Try this instead:
DBI->connect( "dbi:ODBC:driver=Microsoft Access Driver (*.mdb);dbq=C:\ +\path\\filename.mdb", "", "" );
replacing "path" with the path and "filename" with the name of an Access database file. The two empty parameters at the end are username and password - if the database requires such fill them in also.
|
|---|