XML to Access table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to move data stored in an xml file to an MS Access 2000 table. I have
a VB.net (created within Visual Studio.Net 2003) windows form that reads the
xml data to a dataset and displayed in a datagrid so the user can verify that
it is indeed the data they want. What I'm missing is how to save it to an
existing Access table with the click of a button.
 
Easiest way is to loop through the datatable and create an insert statement
for each row.

Chris
 

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