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
Next revision
Previous revision
v5:reference:recordset:move [2020/01/02 16:59] – fix obvious typos in the example peterddv5:reference:recordset:move [2026/02/08 11:04] (current) – [Description] dregad
Line 8: Line 8:
 </WRAP> </WRAP>
 ===== Description ===== ===== Description =====
-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, (-ve offset, passed EOF etc) the function returns false. Note that some databases do not support moving to previous rows(scrolling backwards)+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 fails (negative offset, passed EOFetc)the function returns false.  
 + 
 +Note that some databases do not support moving to previous rows (scrolling backwards)
 ------------------------------------------- -------------------------------------------
 ===== Usage ===== ===== Usage =====
v5/reference/recordset/move.1577980765.txt.gz · Last modified: by peterdd