ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:adodb_fetch_mode

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:adodb_fetch_mode [2016/01/13 02:31] – ↷ Links adapted because of a move operation mnewnhamv5:reference:adodb_fetch_mode [2016/01/18 00:44] (current) – ↷ Links adapted because of a move operation 66.249.75.217
Line 2: Line 2:
 ====== $ADODB_FETCH_MODE ====== ====== $ADODB_FETCH_MODE ======
  
-<WRAP right 400px box>+<WRAP right 200px box>
 == See Also == == See Also ==
-[[v5:reference:setfetchmode]]+[[v5:reference:connection:setfetchmode]]
 == Definition == == Definition ==
 |Type|Integer| |Type|Integer|
Line 11: Line 11:
 </WRAP> </WRAP>
  
-This is a global variable that determines how arrays are retrieved by recordsets. The recordset saves this value on creation (eg. in [[v5:reference:execute]] or [[v5:reference:selectlimit]]), and any subsequent changes to $ADODB_FETCH_MODE have no affect on existing recordsets, only on recordsets created in the future.+This is a global variable that determines how the **keys** of recordsets are presented when recordsets are retrived from the database. The recordset saves this value on creation (eg. in [[v5:reference:connection:execute]] or [[v5:reference:connection:selectlimit]]), and any subsequent changes to $ADODB_FETCH_MODE have no affect on existing recordsets, only on recordsets created in the future. 
 + 
 +** This variable has no effect on the data returned, only the keys of data **
  
 ---------------------------- ----------------------------
Line 47: Line 49:
  
 ===== More Information ===== ===== More Information =====
-For more information on the constants used and for more granular control of this setting, see [[v5:reference:setfetchmode|setFetchMode()]]+For more information on the constants used and for more granular control of this setting, see [[v5:reference:connection:setfetchmode|setFetchMode()]]
  
  
  
v5/reference/adodb_fetch_mode.txt · Last modified: 2016/01/18 00:44 by 66.249.75.217