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
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
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
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
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
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]
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
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