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.
Derby DBに接続し、PHPアプリケーションからDerbyストアドプロシージャ(実際にはJavaコード)を呼び出すためのコード構文と、インストールおよび構成する必要があるものは何ですか?
つまり、PHPコードでは、使い慣れた呼び出しを代わりにDerbyデータベースに接続するものに置き換え、そこでクエリとストアドプロシージャを実行したいと思いmysql_connect()ますmysql_query()。
mysql_connect()
mysql_query()
ODBC で PDO を使用することもできます。