| ADOdb Library for PHP Manual | ||
|---|---|---|
| Prev | Move | Next |
Moves the internal cursor to a specific row $to. Rows are zero-based eg. 0 is the first row. The fields array is automatically updated. For databases that do not support scrolling internally, ADOdb will simulate forward scrolling. Some databases do not support backward scrolling. If the $to position is after the EOF, $to will move to the end of the RecordSet for most databases. Some obscure databases using odbc might not behave this way.
Note: This function uses absolute positioning, unlike Microsoft's ADO.
Returns true or false. If false, the internal cursor is not moved in most implementations, so AbsolutePosition( ) will return the last cursor position before the Move( ).
| Prev | Home | Next |
| GetAssoc | Up | MoveNext |