We use ODBC to connect to our IBM I5 server, I would like to get stored procedures working in php, can anyone post an example ?
An example where I get a parameter returned and not using any PEAR procedures.
This is the code to create the stored procedure :
CREATE PROCEDURE PPLIBS/GETNEXTNUMBER(IN KEY CHAR (1 ), INOUT
NUMBER DEC (9 , 0), INOUT ERROR CHAR (1 )) LANGUAGE COBOL NOT
DETERMINISTIC CONTAINS SQL EXTERNAL NAME PPLIBS/AUTNBB PARAMETER
STYLE GENERAL