I'm trying save a ADO recordset to an XML object using the adPersistXML option.
The following is the code I am using :
Response.ContentType = "text/xml"
Dim rsCatalogue
Dim xmlDOM
Call openConnection(DataConn) 'Creates connection to db
Set xmlDOM =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.