ID:               13907
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Feature/Change Request
 Operating System: all
 PHP Version:      4.0.6
-Assigned To:      
+Assigned To:      maxim
 New Comment:

Well, this wouldn't make much sence as this should be controlled by
your SQL. What's the point to grab the whole table in your buffer to
then fetch only a few rows somewhere in the middle?

Anyhow, will assign it to myself for now.


Previous Comments:
------------------------------------------------------------------------

[2001-11-02 05:37:16] [EMAIL PROTECTED]

Currently there's no way of fetching a row by row number.
OCIFetchStatement() fetches all rows returned by a query. 
OCIFetchInto() only allows to return the NEXT row.

It would make sense to be able to selectively fetch a subset of rows or
single rows by row number for large
row lists.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=13907&edit=1

Reply via email to