Date: 11/10/00
- Next message: Zeev Suraski: "Re: [PHP-DEV] $obj = new foo() patch"
- Previous message: zak <email protected>: "[PHP-DEV] PHP 4.0 Bug #7736: recode_file generates warning when input fh has received data from remote fh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 7088
User Update by: tcs <email protected>
Status: Open
Bug Type: MSSQL related
Description: mssql_fetch_row
Use TEXT can fetch larger then 255 chars.But it still not be able to fetch as long as 2000 chars field.
Previous Comments:
---------------------------------------------------------------------------
[2000-10-20 16:30:27] fmk <email protected>
The DB libray from Microsoft does not support the NCHAR datatype. is is converted to and handled as a CHAR with the maximum length of 255 bytes.
Use TEXT type. it will work.
I'll report the error to Microsoft.
---------------------------------------------------------------------------
[2000-10-08 12:34:09] tcs <email protected>
when fetch a char field,it can not fetch more than 255 char in a field.
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=7088
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Zeev Suraski: "Re: [PHP-DEV] $obj = new foo() patch"
- Previous message: zak <email protected>: "[PHP-DEV] PHP 4.0 Bug #7736: recode_file generates warning when input fh has received data from remote fh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

