Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
odbc_connect()別のサーバー上のデータベース *.mdb ドライバーに接続するために php を使用してパラメーターを配置する方法を教えてください。
odbc_connect()
$conn=odbc_connect('','','');
ありがとう。
サーバー上の共有に mdb ファイルを配置して、その方法でアクセスできますが、これには制限があります。ODBC-ODBC ブリッジを取得すると、サーバーに何かをインストールできる限り、任意のリモート ODBC データ ソースに接続できます。