Not receiving all XML from MS SQL thru OCDBC
Posted: Mon Jun 04, 2007 7:19 am
I have an app that calls a mssql stored procedure. The SP sends back an xml string, which when I test in Enterprise Manager works well. However, when I receive it in PHP the string is getting cut off.
I check the odbc settings and odbc.defaultlrl is set to 2000000, so I should be getting all the data.
I check the odbc settings and odbc.defaultlrl is set to 2000000, so I should be getting all the data.