RE: [PHP-DB] OCI Query Results

2001-12-12 Thread Rankin, Randy

Nevermind, I figured it out.  There was a duplicate OCIfetchinto statement
in the script.

Randy

-Original Message-
From: Rankin, Randy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 12, 2001 10:12 AM
To: PHP List
Cc: Barker, John
Subject: [PHP-DB] OCI Query Results


We are using OCI to query an Oracle DB. Everything seems to work fine (i.e;
data is returned to the browser), however, the first record of every
recordset is NOT returned. I can run the same query in SQLPlus and all
records are returned. It seems something in PHP is stripping of the first
record in the result set. Does anyone have any thoughts. I can post code
sample if needed.

Randy



[PHP-DB] OCI Query Results

2001-12-12 Thread Rankin, Randy

We are using OCI to query an Oracle DB. Everything seems to work fine (i.e;
data is returned to the browser), however, the first record of every
recordset is NOT returned. I can run the same query in SQLPlus and all
records are returned. It seems something in PHP is stripping of the first
record in the result set. Does anyone have any thoughts. I can post code
sample if needed.

Randy