ora_rows returns the row number of the actual fetched cursor.
So you can control the position of the cursor in the whole fetched data for the cursor.
![]() | ora_numrows![]()
help at php dot com
28-Jan-2006 07:40
ora_rows returns the row number of the actual fetched cursor.
coscatmu at ihc dot com
28-Dec-2000 02:37
It is important to note that this function acts more as a counter of the number of rows fetched from the cursor. If you execute this prior to processing the cursor you will always get a 0 for an answer.
| ![]() |