[PHP-DEV] Bug #458: odbc_result() with the MS Access field type memo returns it incorrectly From: andi <email protected>
Date: 06/13/98

From: andi <email protected>
Operating system: Windows 95
PHP version: 3.0 Final Release
PHP Bug Type: ODBC related
Bug description:
The PHP 3.0 precompiled version.
All data retreived from an MS Access database with field type memo is ALWAYS
returned with a trailing 1. Changing the field to text fixes the problem. Thus it's probably some
kind of off by one bug or something when returning fields of type memo.
Please whoever is into the ODBC stuff take a look at it. Maybe you're not using the sqlgetdata()
function correctly or something like that.