The OCIFetchStatement() function returns a resultset to PHP that is actually
a multi-dimensional array. You can randomly access this array however you
like.

-----Original Message-----
From: Thies C. Arntzen [mailto:[EMAIL PROTECTED]]
Sent: 19 March 2001 10:43
To: Andrew Halliday
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP] Can PHP for Oracle randomly access rows in a result
set?


On Mon, Mar 19, 2001 at 01:19:44PM +1030, Andrew Halliday wrote:
> Can PHP for Oracle randomly access rows in a result set?
>
> I have read documentation for both Oracle functions (ora_*) and Oracle 8
> functions (OCI_*) but cant seem to find a way to randomly access rows in a
> result set like you can with PostgreSQL or MySQL ... whats the story
here?!
> Are we FORCED to access the result set sequentially with an Oracle
database?
> Is that a restriction of the DB or PHP?

    that's an oracle restriction.

    tc

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




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

Reply via email to