RE: [PHP] PHP + DB2

2001-12-17 Thread Andrew Hill
Rares, Using ODBC should be fine; what problems are you having with input/output parameters? Also, what ODBC drivers are you using? Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology

Re: [PHP] PHP + DB2

2001-12-17 Thread Rares Vasilescu
Using ODBC should be fine; what problems are you having with input/output parameters? I have a stored procedure like this: CREATE PROCEDURE ADMINISTRATOR.Proc2 (IN idc INT,OUT max int) . P1: BEGIN SET max = 22; END P1 And I try to call it like this: $ps = CALL