Importing XML File into an Empty Access Table

  • Thread starter Thread starter nz87f4
  • Start date Start date
N

nz87f4

I recently created an empty table with absolutely no fields/columns
using ADOX. I have an XML file with both data and a scheme that I
would like to import into this table. Is it possible and if so how
would I go about it? If there is a better way or perhaps the only way
please let me know that as well.


Prior to answering this question I have already imported data into an
existing structured table using readxml and update.


Any help with this would be greatly appreciated.
 
Nz87f4,

There is not really a standard method for that.
And that is probably what you ask.

Cor
 
What would be the best way to take the data and scheme in my XML file
and create a Database table within Access using VB.net?
 

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