Retrieving an xml string more than 65536 Characters in length via mssql_execute in PHP from a remote server -


i'm working on linux server (opensuse // apache 2 // php5) connects mssql db on windows server , executes stored procedure retrieve xml string passed linux server part of array.

it works part, i'm seeing issues 1 or 2 rows xml more 65536 characters in length - seem being curtailed - issue can fixed in php.ini or problem set of mssql server?

i may not have given enough information please ask away , i'll provide as can.

thanks

rather storing values text, store them in blob (or other binary format), , compress them first (http://us3.php.net/manual/en/function.gzcompress.php)

the blob doesn't have max length, wont run issues, , you'll save on , forth compressing data.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -