Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Import XML file into access with asp

Status
Not open for further replies.

benniesanders

Programmer
Jan 20, 2002
199
US
Greetings,

I have an xml file with one field (field1) that I need to import into an access database table with the same field name (field1). Or I could just update the table in the access database with this XML file, whichever is better, easier. Any ideas would be appreciated. Thank you.
 
What does this file look like? There are several methods available for extracting data out of XML files.

XMLDOM w/ XPATH is a complicated method if you've never used XML parsers before, but generally the one I go with.

-T

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top