Can I use PHP with Oledb connection?
As far as I know database connection as provided by PHP extension are all odbc.
|
|
|
|
|
|
|
You can use ActiveX Data Objects (Microsoft's OLEDB ActiveX layer) in PHP-Win without any third party extension as such:
|
||
|
|
|
|
maybe...... found an article on it. found the PHP extension for it. Don't know anything about it. Best of luck. |
||
|
|
|
|
Look at the ADOdb Library for PHP extension. I've never used it, but it seems to be compatible with OLEDB providers. |
||
|
|