ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:selectlimit

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
reference:selectlimit [2015/07/21 19:29] mnewnhamreference:selectlimit [2015/08/01 18:11] mnewnham
Line 25: Line 25:
  
 ===== $startOffset ===== ===== $startOffset =====
-''$startOffset'' indicates the n<sup>th</sup> row at which to start the request. Row numbers start at 1.  If the row number is beyond End-Of-File then an empty recordset will be returned.+''$startOffset'' indicates the n<sup>th</sup> row at which to start the request. Row numbers start at 0.  If the row number is beyond End-Of-File then an empty recordset will be returned.
  
  
Line 40: Line 40:
  
 /* /*
- * Returns 2 rows starting at offset 3+ * Returns 2 rows starting at offset 3 (4th record starting at 0)
    
  
v5/reference/connection/selectlimit.txt · Last modified: 2023/07/25 12:55 by dregad