To be able to use PHP5 PDO with MS Access mdb files the following is required
(the same applies for the PHP4 style of using odbc_X
except for the
obviously PDO specific requirements):
PHP ODBC module
In Linux this is achieved by intalling the php5-odbc
package: