Shao Ming wrote: > > Does anyone know of a DBD driver to access microsoft access database > file directly w/o going through ODBC? I need to read such a file on a > linux system.
Can't be done directly. You could try using an ODBC/ODBC bridge or the DBI::Proxy server but I recommend you migrate the database to a network capable DBMS such as MSDE or MySQL. -- Simon Oliver
