Skip to content

Instantly share code, notes, and snippets.

View privatehosting's full-sized avatar

PrivateCityHosting privatehosting

View GitHub Profile
@privatehosting
privatehosting / php_mdb.rst
Created November 29, 2017 02:32 — 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: