[PHP-DB] Compiling php4 with ibm db2 support

2001-02-03 Thread Chris Book
I have db2 installed on the local machine, runing RedHat Linux 6.2. If there is something I've done wrong to get this error, can someone please help me out. Thanks Chris Book [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

[PHP-DB] db2 with php

2001-02-04 Thread Chris Book
such file or directory" when I try to load the php4 module. libdb2.so.1 exists in /home/db2inst1/sqllib/lib/ so I'm not sure why php can't find it. Can anyone help me with this? Thanks, Chris Book [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To un

[PHP-DB] db2

2001-02-11 Thread Chris Book
Hi, Will my db2 connection (using odbc_connect and the CLI driver) close when the script ends, or should I always call odbc_close? Thanks, Chris Book [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: [PHP-DB] retrieval of NEXT, PREV records

2001-02-21 Thread Chris Book
you have to make sure you order by Rec_id all the time too. -Original Message- From: JJeffman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 4:39 PM To: Adv. Systems Design; [EMAIL PROTECTED] Subject: Re: [PHP-DB] retrieval of NEXT, PREV records "SELECT * FROM Table WHERE R

RE: [PHP-DB] IBM DB2 connectction problems

2001-03-13 Thread Chris Book
If you're running off a unix platform, did you bind your database to CLI? I'm assuming you're trying to connect with CLI and not ODBC (ie you compiled with --with-ibm-db2) Chris -Original Message- From: ManieQ [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 7:07 AM To: [EMAIL PR

[PHP-DB] PHP on WIN32 with DB2 CLI

2001-03-29 Thread Chris Book
tuck with ODBC on NT? Thanks, Chris Book [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DB] PHP on WIN32 with DB2 CLI

2001-04-02 Thread Chris Book
I'll just stick with ODBC. Thanks, Chris Book [EMAIL PROTECTED] -Original Message- From: Dan Scott [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 01, 2001 11:40 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] PHP on WIN32 with DB2 CLI Actually, CLI is almost function-for-function the

[PHP-DB] how do i ignore sql state 00000 with db2?

2001-04-11 Thread Chris Book
Hi, DB2 returns a FALSE result when selects, updates and deletes return no rows. I can suppress the error using my php.ini file, but I'd like a way of knowing if the query failed or if no rows were affected. Is there I way that I can differentiate between this in the code? Thanks, Chris