peachpiecompiler / peachpie

PeachPie - the PHP compiler and runtime for .NET and .NET Core
https://www.peachpie.io
Apache License 2.0
2.33k stars 202 forks source link

add odbc PDO driver #991

Open lbergey01 opened 2 years ago

lbergey01 commented 2 years ago

I would like to see the odbc (oledb) driver added. I think this would allow open up additional uses for peachpie by allowing connectiviity using ODBC.

I currently have a need to connect to a Microsoft Access database, and without ODBC or native Microsoft Access Driver I cannot use my existing PHP program with peachpie.

Thanks