I have a MS SQL query that is selecting a field and it is being chopped off for some reason it is cutting off text at 257 characters.
Is there some kind of default cut-off for retrieving results with MSSQL and PHP?
I'm honestly clueless as to why this is happening. ANY guidance would be greatly appreciated
The field type is "char"
Here is a screen shot of my MS SQL config from phpinfo()
alt text http://www.aaacoloautosource.com/mssql_config.png
could it be the mssql.textlimit or mssql.textsize value?