tags:

views:

60

answers:

1

What's the code syntax, and what all do I need to install and configure, for invoking a Derby Stored Procedure (which is really Java code) from a PHP Script?

+2  A: 

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.

dev-null-dweller