Date: 04/29/98
- Next message: Bug Database: "[PHP-DEV] Bug #323 Updated: Warning 'palloc' redefined"
- Previous message: Bug Database: "[PHP-DEV] Bug #327 Updated: fpassthru adds document length"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Bug Database: "[PHP-DEV] Bug #323 Updated: Warning 'palloc' redefined"
- Previous message: Bug Database: "[PHP-DEV] Bug #327 Updated: fpassthru adds document length"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

