ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:recordcount

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
Next revisionBoth sides next revision
v5:reference:recordcount [2016/01/13 02:31] – ↷ Page moved from reference:recordcount to v5:reference:recordcount mnewnhamv5:reference:connection:recordcount [2017/04/21 11:50] – external edit 127.0.0.1
Line 8: Line 8:
 The function ''recordCount()'' return the number of records returned by the last select statement, or -1 if the database driver does not support the operation.  The function ''recordCount()'' return the number of records returned by the last select statement, or -1 if the database driver does not support the operation. 
  
-If [[reference:ADODB_COUNTRECS|$ADODB_COUNTRECS]] is set to true before a query is executed, then the number of records will be retrieved, even if the function has to be emulated by issuing a ''COUNT *'' on the query. This can result in slow responses.+If [[v5:reference:adodb_countrecs|$ADODB_COUNTRECS]] is set to true before a query is executed, then the number of records will be retrieved, even if the function has to be emulated by issuing a ''COUNT *'' on the query. This can result in slow responses.
 ---------------------------- ----------------------------
 ===== Usage ===== ===== Usage =====
v5/reference/connection/recordcount.txt · Last modified: 2018/05/03 14:39 by dregad