Can Access 2000 import an XML file

B

Brendan Reynolds

No. The only built-in support for XML in Access 2000 is the ability to open
an ADO recordset from an XML file, and the XML must follow a very specific
schema. It's possible to use XSLT to transform XML from a different schema
to the schema the ADO recordset requires, but it is decidedly non-trivial.
 

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

Top