cloertscher
Programmer
Does anyone know if there any parameters that can be set to keep the row line of the XML string, generated by the ADO recordset save method, together when the length of the <z:row/> tag gets to be longer than 1,024 charchters?
I am saving an ADO recordset using the Save method with an XMLDOMDocument object as the destination and the adPersistXML PersistFormat.
When I retreive some of these XML Documents I get an error number -2147467259, "A string literal was not closed."
Upon examining the XML string itself I find in the "<z:row/>" tag there is a carrigae return/line feed at position 1,024 that appears to be causing the problem in the XML document. This is happening at the same position on different records, and this only happens on a few of my records.
When I put the XML string into an XML parser and remove the crlf the parser has no trouble with the XML string.
Thanks.
I am saving an ADO recordset using the Save method with an XMLDOMDocument object as the destination and the adPersistXML PersistFormat.
When I retreive some of these XML Documents I get an error number -2147467259, "A string literal was not closed."
Upon examining the XML string itself I find in the "<z:row/>" tag there is a carrigae return/line feed at position 1,024 that appears to be causing the problem in the XML document. This is happening at the same position on different records, and this only happens on a few of my records.
When I put the XML string into an XML parser and remove the crlf the parser has no trouble with the XML string.
Thanks.