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]

Reply via email to