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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top