ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:setfetchmode

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:connection:setfetchmode [2016/01/16 23:04] – ↷ Page moved from v5:reference:setfetchmode to v5:reference:connection:setfetchmode mnewnhamv5:reference:connection:setfetchmode [2016/03/14 00:12] mnewnham
Line 6: Line 6:
 == See Also == == See Also ==
 [[v5:reference:$ADODB_FETCH_MODE]]\\ [[v5:reference:$ADODB_FETCH_MODE]]\\
-[[v5:reference:getFetchMode()]]\\+[[v5:reference:connection:getFetchMode()]]\\
 == Syntax == == Syntax ==
     int setFetchMode(     int setFetchMode(
Line 46: Line 46:
  
 </code> </code>
 +====== Fetch Both =====
 +Some databases support a 'Fetch Both' mode. In this mode, the value are returned as both a numeric and an associative array, interspersed. 
 +<code php>
 +shows _array([0]=>'v0',
 +             ['col1']=>'v0',
 +             [1] =>'v1',
 +             ['col2']=>'v1'
 +             )
 +
 +</code>
 +This mode can be set using ''ADODB_FETCH_MODE''
  
v5/reference/connection/setfetchmode.txt · Last modified: 2020/01/05 12:30 by dregad