dbr.javascript length

(4 posts) (2 voices)

Tags:

No tags yet.

  1. shannon.patterson, Member

    what is the string length maximum for dbr.javascript, and why does it exist?

  2. myDBR Team, Key Master

    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

  3. shannon.patterson, Member

    We are using the mssql driver. I've updated my php.ini settings to have:
    mssql.textlimit = 65536
    mssql.textsize = 65536
    odbc.defaultlrl = 65536

    and 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.

  4. myDBR Team, Key Master

    See FreeTDS configuration from myDBR documentation.

    --
    myDBR Team


Reply

You must log in to post.