Access2000 and XML

  • Thread starter Thread starter taccea
  • Start date Start date
T

taccea

I was given an XML file to import into Access
and perform some logic on the data, then
export right back to XML with the additional node
I might add ad the end of each record.

Does Access2000 offer any tools to import XML to a
database? or do I have to manipulate it at a text level?

your input appreciated

taccea
 
as acc2k does support ActiveX the answer is no (U can use the standard XML
Object libraries including ADO to read /verify /update the data)
"nativly" it is not supported by DAO/Access though)

HTH
Pieter
 
Thanks

Taccea

Pieter Wijnen said:
as acc2k does support ActiveX the answer is no (U can use the standard XML
Object libraries including ADO to read /verify /update the data)
"nativly" it is not supported by DAO/Access though)

HTH
Pieter
 

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