ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:adodb_compat_fetch
no way to compare when less than two revisions

Differences

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


v5:reference:adodb_compat_fetch [2021/12/18 21:02] (current) – created mnewnham
Line 1: Line 1:
 +~~NOTOC~~ 
 +====== $ADODB_COMPAT_FETCH ======
 +
 +<WRAP right 200px box>
 +== Definition ==
 +|Type|Integer|
 +|Default|0|
 +
 +</WRAP>
 +
 +This is a global variable that determines the behavior of a fetched record if the pointer is advanced beyond the boundaries of a recordset. By default, if the pointer moves beyond EOF, then the record in the buffer is set to false. If the ''ADODB_COMPAT_FETCH'' flag is set to true, then the record pointer will remain at the entry prior to the call to the out of bounds pointer.
 +
 +----------------------------
 +===== Syntax =====
 +
 +<code php>
 +$ADODB_FETCH_MODE = 1;  
 +</code>
  
v5/reference/adodb_compat_fetch.txt · Last modified: 2021/12/18 21:02 by mnewnham