v5:reference:adodb_compat_fetch
$ADODB_COMPAT_FETCH
Definition
Type | Integer |
Default | 0 |
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
$ADODB_FETCH_MODE = 1;
v5/reference/adodb_compat_fetch.txt · Last modified: 2021/12/18 21:02 by mnewnham