|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-07-06 05:14 UTC] chenwumail at 163 dot net
when you access char(2000),i only get 255 bytes data, why ? PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 20:00:01 2025 UTC |
My SQL Server is SQL Server 2000, My PHP is PHP 4.05 My OS is windows 2000 My table name is news,defined like: keyword varchar(2000), content text I can save data to keyword but when i get is ,it only 255 bytes, I view database, data is true save in table. example: $result=mssql_query("select keyword from news"); print strlent(mssql_result($result,0,0)); ------- 255