Re: [PHP-DB] PHP and Access to DB2.

2001-05-03 Thread Chris Lee
/knowledge_base/view.phtml/aid/257/fid/14 Can you connect to an AS/400 DB2 database from a Linux web server? http://www.faqts.com/knowledge_base/view.phtml/aid/3536/fid/10 Regards, Chris Lee On 30 Apr 2001 08:40:42 -0700, [EMAIL PROTECTED] ("Nicolas Machado") wrote: >Hy, some

Re: [PHP-DB] Connection to AS/400.

2001-05-07 Thread Chris Lee
0&thread=100815 DB2 Version 7.1 for Linux HOWTO http://www.linuxdoc.org/HOWTO/DB2-HOWTO/ Hope this help. Regards, Chris Lee On 7 May 2001 12:32:50 -0700, [EMAIL PROTECTED] ("Nicolas Machado") wrote: >OK, I have Linux, Apache and PHP, somebody knows if exist something like >OD

[PHP-DB] Warning: SQL error: , SQL state in SQLConnect in test.php on line 5

2001-05-21 Thread Chris Lee
Dear All, Language: PHP v4.05 OS:RedHat Linux 7.1 WebServer: Apache 1.3.20 w/mod_php DB2: db2connect-7.1 DB Server: IBM AS/400 DB2 Connect to db2/as400 under the console of DB2 Connect works! However, connect to db2/as400 via PHP fail sometime with the following error, what's the

[PHP-DB] Re: Using A Query Results Multiple Times

2001-11-01 Thread Chris Lee
]; php4 has foreach() its better, think of upgrading, there are numerous reasons. -- Chris Lee [EMAIL PROTECTED] "Adam Douglas" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have an instance where I have to query my MySQ

[PHP-DB] Re: while...if statements???

2001-12-18 Thread Chris Lee
iawaveonline.com/examples/ foreach( $db->select_array('', 'petinfo', '') as $pos => $val ) echo $val['pet_name'] .""; if ( !isset($val['pet_name']) ) echo " No Pets "; I like that more. but whatever. -- C

Re: [PHP-DB] Re: while...if statements???

2001-12-19 Thread Chris Lee
else. have you tried the PEAR db wrappers? PEAR came out after I wrote mine, therfore I never used them, you? Chris Lee [EMAIL PROTECTED] - Original Message - From: "matt stewart" <[EMAIL PROTECTED]> To: "'Chris Lee'" <[EMAIL PROTECTED]>