|
-
Jun 22nd, 2010, 01:38 PM
#1
Thread Starter
Lively Member
Re: Help with reading an XML-Type File
 Originally Posted by techgnome
generally, for me, it's usually to load the data into an XMLDocument, select out the nodes I'm interested in, and insert them in to the database.
You could also see what happens if you try to import the XML document into Access (don't know if it can handle xml) ... are you looking for a one-time deal? Or something to do this on an ongoing basis?
-tg
This is an ongoing basis. Basically what I want to do, is download these files as I find ones on the website for me to search for and import it into my program so that I can keep track on my laptop a bit better than I have been. Thats why I want to import this file into a access db, that way I can keep track of the ones I have already visited and the ones I havent and the ones that I keep having to go back on because I cant find it.
I first tried the xmldocument, but wasnt able to figure out how to select out the nodes and assign them to their respective variable before importing it into the db. I understand the import part into the db, its just getting nodes from the xmldocument.
Thanks,
Richard - 
--------
-->Newbie Coder<<--
Using VB.NET 2008/.NET 2.0/3.5
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|