ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:recordset:move

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
v5:reference:recordset:move [2026/02/08 11:03] – Improve description dregadv5:reference:recordset:move [2026/02/08 11:04] (current) – [Description] dregad
Line 10: Line 10:
 The function ''move()'' moves the cursor to the n<sup>th</sup> record in a recordset. Offsets are zero-based.  The function ''move()'' moves the cursor to the n<sup>th</sup> record in a recordset. Offsets are zero-based. 
  
-If the cursor is successfully moved then the function returns true. If the move is unsuccessful (negative offset, passed EOF, etc), the function returns false. +If the cursor is successfully moved then the function returns true.  
 +If the move fails (negative offset, passed EOF, etc), the function returns false. 
  
 Note that some databases do not support moving to previous rows (scrolling backwards). Note that some databases do not support moving to previous rows (scrolling backwards).
v5/reference/recordset/move.txt · Last modified: by dregad