This is a discussion on URGENT : How to Launch DB2 AS 400 program from PHP trough ODBC ? within the DB2 forums, part of the Database Server Software category; --> Hi, I need to know how to launch parameted DB2 AS 400 program (CLP / RPG) from PHP 4.3 ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I need to know how to launch parameted DB2 AS 400 program (CLP / RPG) from PHP 4.3 passing trough ODBC connection ? The environment is : OS : Linux distribution Debian Etch Serveur : Http Apache 2 Module : PHP 4.3 Client : Ibm_DB2 version 9 Thanks |
| ||||
| gilles.carali@gmail.com wrote: > Hi, I need to know how to launch parameted DB2 AS 400 program (CLP / > RPG) > from PHP 4.3 passing trough ODBC connection ? > > The environment is : > > OS : Linux distribution Debian Etch > Serveur : Http Apache 2 > Module : PHP 4.3 > Client : Ibm_DB2 version 9 > You might try posting this on the comp.sys.ibm.as400.misc newsgroup, as more System i (iSeries, AS/400) experts monitor that group. You can register an external procedure using (for example) LANGUAGE(CL), with CREATE PROCEDURE on the server. But perhaps your question is more about config/setup of ODBC/Apache/PHP? If so the as400.misc newsgroup will likely get more knowledgeable responses. http://publib.boulder.ibm.com/infoce...zmstcrtpef.htm -- Karl Hanson |