Access2000 and XML

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
 
P

Pieter Wijnen

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
 
T

taccea

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
 
Top