RE: [PHP] OCIFetchInto: OCI8 problem

2002-10-13 Thread Faisal Abdullah
I added a little $counter in the while loop. The count shows 2. But why do I only get one value? Thanks, Faisal -Original Message- From: Faisal Abdullah [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 9:55 AM To: [EMAIL PROTECTED] Subject: [PHP] OCIFetchInto: OCI8 problem

[PHP] OCIFetchInto: OCI8 problem

2002-10-13 Thread Faisal Abdullah
Hi ppl. I have something which seems really odd. I run a SQL query, which is supposed to return 2 rows, but instead, it returns one with OCIFetchInto(). I used the exact same query in SQL*Plus, and It returns 2 rows like I want them. Here's the code. if(!$iDBConn = OCILogon(DB_USER, DB_PASS, D