What’s the code syntax, and what all do I need to install and configure, for connecting to a Derby DB and invoking Derby Stored Procedures (which are really Java code) from a PHP Application?
i.e. In the PHP code, I want to replace the familiar mysql_connect() and mysql_query() calls with something that will connect to a Derby database instead, and execute queries and stored procedures there.
If I understand correctly, you want to connect to JavaDB (also called Derby or Apache Derby) from PHP?
If so, you’ll need IBM DB2 support on your PHP server.