XML - Using VBA to read XML Document into ADODB.Recordset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've been looking through the MS KBase and trawling through pages of Google
but can't find any helpful information on how to read from an XML document on
the web. I'm using Access 2002 on Windows XP.

Has anyone got an example, or can point me to one, of how this is done? Even
if it's just reading in XML from a document on a drive, it would be a great
help.
 
Stewart:

Below is one KB article that is pertains to reading an XML document into a
recordset.

http://support.microsoft.com/default.aspx?scid=kb;en-us;271772

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


I've been looking through the MS KBase and trawling through pages of Google
but can't find any helpful information on how to read from an XML document
on
the web. I'm using Access 2002 on Windows XP.

Has anyone got an example, or can point me to one, of how this is done? Even
if it's just reading in XML from a document on a drive, it would be a great
help.
 
Back
Top