Hi,
I had a problem using PHP to read data from SQL server 2000 database. Suppose I run "select content from books where name='aa'", I can only read the first 255 characters of the value of content. The rest of the value can not be displayed. But there is no problem with writing value with length longer than 255 back to db. Any suggestion will be appreciated. Thanks.
QQ
I had a problem using PHP to read data from SQL server 2000 database. Suppose I run "select content from books where name='aa'", I can only read the first 255 characters of the value of content. The rest of the value can not be displayed. But there is no problem with writing value with length longer than 255 back to db. Any suggestion will be appreciated. Thanks.