PHPackages                             tito/pdo-access-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. tito/pdo-access-bundle

ActiveLibrary

tito/pdo-access-bundle
======================

Library for support of the pdo\_dblib (MSSQL) driver in Doctrine

037PHP

Since Dec 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/TiiToo/PDOAccessBundle)[ Packagist](https://packagist.org/packages/tito/pdo-access-bundle)[ RSS](/packages/tito-pdo-access-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PDOAccessBundle
===============

[](#pdoaccessbundle)

Doctrine extension which allows to read Microsoft Access (.mdb) files via Doctrine DBAL in Symfony2.

It uses the PDO\_ODBC PHP driver, so I think it could work with any connection, not only MS Access databases. It has been tested only on microsoft Windows XP.

It is not intented for ORM mapping, I've only used to import data from a older Microsoft Access program to Symfony2.

This extension is based on [PDODblibBundle](https://github.com/trooney/PDODblibBundle)

Installation
------------

[](#installation)

Configure php.ini in your apache server. Add:

```
extension=php_pdo_odbc.dll

```

Then, restart apache2 server

Add the following lines into deps file:

```
[ClalarcoPDOAccessBundle]
    git=git://github.com/clalarco/PDOAccessBundle.git
    target=/bundles/Clalarco/PDOAccessBundle
    version=origin/master

```

Register it in the `autoload.php` file:

```
