How to Add an ADO Field via XML
- From: "Heather Nolan" <hnolan@xxxxxxxxxxxxxxx>
- Date: Wed, 17 Jan 2007 12:52:31 -0500
Does anyone have an example of how to add a field to an XML document that is
generated via an ADO Recordset.Save?
Stub example:
rs.Open "SELECT * FROM Table"
rs.Save "c:\testdata.xml"
Dim xml as New DOMDocument30
xmlDoc.Load "c:\testdata.xml"
.....code to add a new field here
rs.Open xmlDoc
debug.print rs.Fields("newfield").value
Thank you in advance!!
Heather
.
- Follow-Ups:
- Re: How to Add an ADO Field via XML
- From: Jan Hyde
- Re: How to Add an ADO Field via XML
- Prev by Date: Re: record not displaying between particular date
- Next by Date: Re: record not displaying between particular date
- Previous by thread: Re: record not displaying between particular date
- Next by thread: Re: How to Add an ADO Field via XML
- Index(es):