Re: Connect to DB2 with PHP

2008-10-28 Thread Gregg C Levine
NPAC > > -Original Message- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of > David Boyes > Sent: Thursday, October 23, 2008 3:36 PM > To: LINUX-390@VM.MARIST.EDU > Subject: Re: Connect to DB2 with PHP > > Yes. Use the DBI support for PHP; that makes

Re: Connect to DB2 with PHP

2008-10-28 Thread Jones, Russell
Sent: Thursday, October 23, 2008 3:36 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Connect to DB2 with PHP Yes. Use the DBI support for PHP; that makes your code generic to arbitrary databases. -Original Message- From: Linux on 390 Port on behalf of Jones, Russell Sent: Thu 10/23/2008 3:15

Re: Connect to DB2 with PHP

2008-10-24 Thread Jones, Russell
Thanks, this should put me on the right track. Russell Jones ANPAC -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Stewart Thomas J Sent: Thursday, October 23, 2008 4:06 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Connect to DB2 with PHP With more

Re: Connect to DB2 with PHP

2008-10-23 Thread Stewart Thomas J
3:35 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Connect to DB2 with PHP Jones, Russell wrote: > Thanks, > > Is there a listener that has to be set up on the DB2 side? Is DB2 > Connect required? > > Russell Jones > ANPAC Traditionally DB2 Connect has been a requirement, I don&#

Re: Connect to DB2 with PHP

2008-10-23 Thread Rich Smrcina
Jones, Russell wrote: Thanks, Is there a listener that has to be set up on the DB2 side? Is DB2 Connect required? Russell Jones ANPAC Traditionally DB2 Connect has been a requirement, I don't know if that requirement has changed in recent releases. If you're going to run PHP right on z/OS (

Re: Connect to DB2 with PHP

2008-10-23 Thread David Boyes
Yes. Use the DBI support for PHP; that makes your code generic to arbitrary databases. -Original Message- From: Linux on 390 Port on behalf of Jones, Russell Sent: Thu 10/23/2008 3:15 PM To: LINUX-390@VM.MARIST.EDU Subject: Connect to DB2 with PHP Does anyone have any experience using

Re: Connect to DB2 with PHP

2008-10-23 Thread Jones, Russell
: Re: Connect to DB2 with PHP Stewart Thomas J wrote: > I don't have experience from Linux, but PHP on z/OS has a DB2 driver. Just wanted to make sure you knew that. So you could do your PHP-ing on z/OS (if feasible) or an ugly solution might be to do a PHP to PHP call from Linux to z/OS.

Re: Connect to DB2 with PHP

2008-10-23 Thread Rich Smrcina
Stewart Thomas J wrote: I don't have experience from Linux, but PHP on z/OS has a DB2 driver. Just wanted to make sure you knew that. So you could do your PHP-ing on z/OS (if feasible) or an ugly solution might be to do a PHP to PHP call from Linux to z/OS. Although I'm guessing there is some

Re: Connect to DB2 with PHP

2008-10-23 Thread Stewart Thomas J
I don't have experience from Linux, but PHP on z/OS has a DB2 driver. Just wanted to make sure you knew that. So you could do your PHP-ing on z/OS (if feasible) or an ugly solution might be to do a PHP to PHP call from Linux to z/OS. Although I'm guessing there is some kind of driver to remotely