Skip to content

Instantly share code, notes, and snippets.

View lucasleandrodemoura's full-sized avatar

Lucas Leandro de Moura lucasleandrodemoura

View GitHub Profile
@lucasleandrodemoura
lucasleandrodemoura / php_mdb.rst
Created March 18, 2016 20:22 — forked from amirkdv/php_mdb.rst
How to handle MS Access MDB files in Linux with PHP5 PDO and ODBC

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: