0

I got a proprietary business software that can use ODBC as datasource to retrieve order data by order_id. The data to be fetched is however distributed over different data sources (MySQL, JavaDB) and would need processing before passing it on to the software. Unfortunately it also needs to be very fast which disqualifies preprocessing and saving it into MySQL which has an ODBC.

Hence I am looking for a way to implement an ODBC provider preferably in PHP?

Any suggestions where to look?

Paul

4

1 に答える 1

0

PHP PDO を使用してみてください pdo を使用すると、odbc、mysql、oracle などに接続できます http://php.net/manual/en/book.pdo.php

于 2013-01-16T15:04:13.717 に答える