I have a MS SQL query that selects a field and is chopped off, for some reason it disables text with 257 characters.
Is there some default restriction for getting results with MSSQL and PHP?
I honestly donβt know why this is happening. ANY leadership will be highly appreciated
Field type "char"
Here is a screenshot of my MS SQL configuration from phpinfo()
alt text http://www.aaacoloautosource.com/mssql_config.png
can this be a value mssql.textlimitor mssql.textsize?
source
share