Click to See Complete Forum and Search --> : Not receiving all XML from MS SQL thru OCDBC


guidamedia
06-04-2007, 07:16 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.

Any ideas?