[PHP] php + db2

2007-04-26 Thread Javier Ruiz
Hi I'm trying to install php-5.2.1 using ibm-db2. I made this a couple times already without any problem, but in this concrete machine I cannot pass the configure script... My problem is with the db2 enviroment. Before issuing configure with all the options, I sourced the db2profile file as alwa

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 ADMINISTRATOR.PROC

RE: [PHP] PHP + DB2

2001-12-17 Thread Andrew Hill
logy Providers > -Original Message- > From: Rares Vasilescu [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 17, 2001 9:44 AM > To: [EMAIL PROTECTED] > Subject: [PHP] PHP + DB2 > > > hi > Anyone here used PHP to connect to a IBM DB2 database? Of course, > us

[PHP] PHP + DB2

2001-12-17 Thread Rares Vasilescu
hi Anyone here used PHP to connect to a IBM DB2 database? Of course, using ODBC. I am having difficulties calling stored procedures with input/output parameters. Any help is appreciated. Rares

[PHP] PHP + DB2 @ Win2k

2001-12-13 Thread Rares Vasilescu
Hi. I am in the process of developing a web app. over the IBM DB2 database. So I'm interested if any of you have knowledge of such a sucessful combination: PHP + DB2 on Windows 2000 platform (using IIS or IBMHttpd Server - wich is Apache, by the way). If so, please contact me to discuss further