what is the string length maximum for dbr.javascript, and why does it exist?
dbr.javascript length
(4 posts) (2 voices)-
-
There is no maximum length for dbr.javascript.
If your text is cut off and you are using MS SQL Server through FreeTDS, check the "text size" parameter for your connection.
--
myDBR Team -
We are using the mssql driver. I've updated my php.ini settings to have:
mssql.textlimit = 65536
mssql.textsize = 65536
odbc.defaultlrl = 65536and this has not affected the results at all. I'm wondering what else could be the problem. The data is in the stored procedure correctly but is returning truncated at the same length than with the default php settings.
-
See FreeTDS configuration from myDBR documentation.
--
myDBR Team
Reply
You must log in to post.