I am connecting to mssql db on Windows Server using the FREETDS driver for Linux via PHP.
The web server on which the application is running when OPENSuSE is launched, Apache2 with PHP, FreeTDS drivers for connecting to the Windows window in which it works.
I can execute the stored procedure and view the data that it produces, but the output for each array value seems to stop at 64512 bytes (tested using strlen in PHP) - is this a problem on the PHP side or the MS side? Does anyone know how I can fix this?
Simon source share