Re: Importing Xml to Access
Do you want to load the elements in your file or the entire file?
How does your XML look like? .NET allows you to use your XML like a record source.
Here's an article that describes this.
In my opinion, it would depend on the number of files you have to process and the time that it takes to process each file?
Re: Importing Xml to Access
For now I don't have a file, to see it's structure.
Probably next, week. I will follow your link, and study it.
Thanks
Re: Importing Xml to Access
if all of the files have the same structure and layout, I'd probably see about reading them all into one datatable , then loop through it and insert into Access.
-tg