[PHP-DEV] Bug #330 Updated: Cannot retrieve BLOB fields From: Bug Database (php-dev <email protected>)
Date: 04/29/98

ID: 330
Updated by: kara
Reported By: tma <email protected>
Status: Closed
Bug Type: ODBC related
Assigned To:
Comments:

odbc_binmode() affects columns that contain binary data. Longvarchar columns contain only ascii
data, use odbc_longreadlen() to control output behaviour.
If you have a LONG column with binary data (longvarbinary), you have to use both odbc_binmode()
and odbc_longreadlen().

Full Bug description available at: http://ca.php.net/bugs.php3?id=330