Home › Forums › Back End › Blob display is truncated › Re: Blob display is truncated
September 29, 2009 at 7:26 am
#64823
Member
This could be an issue with the MS SQL driver. I would start by examining the textsize and textlimit variables in php.ini – apologies if you have already done this.
Code:
mssql.textlimit = 65536
mssql.textsize = 65536
mssql.textsize = 65536