Persistant Recordset using XML

wxdqz

New Member
Hi,I need to create a persistnat recordset on client where I pump in the recordsinto a recordset based on the user query and store it as a persistant recordsetusing XML.I tried using the following:Set rst = Server.CreateObject("ADODB.Recordset")rst.Save "c:\temp\success.xml",adPersistXMLWhen I open the success.xml file I get the following error:======================================================================The XML page cannot be displayedCannot view XML input using style sheet. Please correct the error and thenclick the Refresh button, or try again later.An Invalid character was found in text content. Line 1, Position 15TG!========================================================================Any ideas as to what is wong here. Any leads to good introductory XML websitesare also welcomeI am new to XML and this is my first example.Thanks in advanceGI
 
Back
Top