PHP Limiting data from MSSQL 2000?

wxdqz

New Member
I have the new version of php running on W2K server with MSSQL 2000. When I run a simple select on a table containing a varchar field with more that 255 characters (declared as varchar(2000)for example ) I only get 255 characters returned.

If I run the same select statement from MSSQL Query Analyser I get the correct full string returned.

If I query a field defined as text containing more than 255 characters I get the full string returned correctly.

I am connecting to MSSQL using the mssql dll.

Dose anyone have any ideas as to why this is happening?

.....Please :-)
 
Back
Top