[PHP-DEV] Bug #7088 Updated: mssql_fetch_row From: fmk <email protected>
Date: 06/30/01

ID: 7088
Updated by: fmk
Reported By: tcs <email protected>
Old-Status: Open
Status: Closed
Bug Type: MSSQL related
Operating system:
PHP Version: 4.0.2
Assigned To:
Comments:

This is not a bug in the php extension, but a limmitation in the libraries provides by Microsoft.

Previous Comments:
---------------------------------------------------------------------------

[2000-11-10 01:36:49] tcs <email protected>

Use TEXT can fetch larger then 255 chars.But it still not be able to fetch as long as 2000 chars field.

---------------------------------------------------------------------------

[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.

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7088&edit=2

-- 
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>