Hello All,
I have an ASP page that performs an sql call to get data for a second sql call. The first loads fine but when I try to load the second set of xml data the load is unsuccessful. Here is the line to load the xml data...
success = objXmlData.loadXML(objXmlHttp.responseXML.xml)
This returns true on the first sql call but false on the second. Does anyone have any ideas I can try?
Smith
I have an ASP page that performs an sql call to get data for a second sql call. The first loads fine but when I try to load the second set of xml data the load is unsuccessful. Here is the line to load the xml data...
success = objXmlData.loadXML(objXmlHttp.responseXML.xml)
This returns true on the first sql call but false on the second. Does anyone have any ideas I can try?
Smith