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
Last revisionBoth sides next revision
v5:reference:connection:selectlimit [2018/07/02 14:31] – prefer functions start lowercase (#430) peterddv5:reference:connection:selectlimit [2019/05/08 16:40] – ADODB_ASSOC_CASE not $ADODB_ASSOC_CASE dregad
Line 17: Line 17:
 The function executes a statement, and returns a handle to a recordset or false if the statement execution fails. The function executes a statement, and returns a handle to a recordset or false if the statement execution fails.
  
-The presentation of the returned data can be modified by the variables:   +The presentation of the returned data can be modified by:   
-  * [[v5:reference:adodb_fetch_mode|$ADODB_FETCH_MODE]] +  * [[v5:reference:adodb_fetch_mode|$ADODB_FETCH_MODE]] variable, 
-  * [[v5:reference:adodb_assoc_case|$ADODB_ASSOC_CASE]]  +  * [[v5:reference:adodb_assoc_case|ADODB_ASSOC_CASE]] constant, 
-  * The function [[v5:reference:connection:setfetchmode|setFetchMode()]].+  * [[v5:reference:connection:setfetchmode|setFetchMode()]] function.
  
 For a detailed description of the ''$sql'' and ''$bindvars'' parameters passed, see [[v5:reference:connection:execute|execute()]]. For a detailed description of the ''$sql'' and ''$bindvars'' parameters passed, see [[v5:reference:connection:execute|execute()]].
v5/reference/connection/selectlimit.txt · Last modified: 2023/07/25 12:55 by dregad