ID: 7088
Updated by: fmk
Reported By: [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] [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] [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] [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to