Search code examples
doctrine-ormsybase

Is it possible to work with a Sybase DB natively in Doctrine 2?


We are currently running a website that uses pdo_odbc and ADOdb Active Record as ORM when working with our Sybase database. We are trying to use Doctrine 2 but we realize that it does not support ODBC neither Sybase natively.

Do you have any idea if there is a way to solve this problem in Doctrine 2 without having to code a Sybase driver from zero?

Thanks in advance.


Solution

  • Sadly you are out of luck.

    Coding your own driver is the only way, as stated here there are no plans for implementing new drivers which are not actively used by the current developers.