|
-
Apr 22nd, 2011, 01:04 PM
#1
Thread Starter
Lively Member
Tutorial for XML Files
I am looking for a turtorial, basic information or something on how to read XML files and to then take the information and put it into a database (access, ??) of my choosing.
I have searched around the net, but havent had much luck. Not sure if I am just choosing my search terms incorrectly or what.
So, something basic, show my how from scratch.
Any help would be greatly appreceated.
Thanks,
Richard - 
--------
-->Newbie Coder<<--
Using VB.NET 2008/.NET 2.0/3.5
-
Apr 22nd, 2011, 01:32 PM
#2
Re: Tutorial for XML Files
The following links should give you some ideas on how to work with XML with LINQ, read xml from disk to a dataset, looping thru data read from a physical file then inserted into a database table (in this case SQL-Server). So in short you should be able to construct code that best suits you for your task.
http://vb.net-informations.com/xml/v...t-database.htm
http://msdn.microsoft.com/en-us/libr...(v=vs.71).aspx
http://msdn.microsoft.com/en-us/vbasic/bb688087.aspx
-
Apr 26th, 2011, 02:03 PM
#3
Thread Starter
Lively Member
Re: Tutorial for XML Files
 Originally Posted by kevininstructor
This is all well and good. I looked over these links and they have alot of information. As I am self-teaching myself how to program, I try to find very basic tutorials on the items I am learning. The" See dick & Jane run" type series.
The links are great, but I am trying to locate information that starts at the very beginning for accessing XML files. The tutorials that explain why we have to have or do each step, in order to achieve the end result we want.
I havent found any beginners books referenced, noted or identified that might help me in my quest. So, If you know of books, online tutorials or anything that might start from scratch with VS 2008 and XML files.
Thanks
Richard
Thanks,
Richard - 
--------
-->Newbie Coder<<--
Using VB.NET 2008/.NET 2.0/3.5
-
Apr 26th, 2011, 02:56 PM
#4
Re: Tutorial for XML Files
 Originally Posted by RichardKnox
This is all well and good. I looked over these links and they have alot of information. As I am self-teaching myself how to program, I try to find very basic tutorials on the items I am learning. The" See dick & Jane run" type series.
The links are great, but I am trying to locate information that starts at the very beginning for accessing XML files. The tutorials that explain why we have to have or do each step, in order to achieve the end result we want.
I havent found any beginners books referenced, noted or identified that might help me in my quest. So, If you know of books, online tutorials or anything that might start from scratch with VS 2008 and XML files.
Thanks
Richard
If I were on the same path I would first study XML away from .NET then learn what is available within Visual Studio to work with XML which would be the links I provided.
For the first part check out this Google search with does not include .NET
http://www.google.com/search?hl=en&r...d=0CIABENUCKAA
Other than that I would check out online book stores for books on this subject matter.
-
Apr 27th, 2011, 05:52 AM
#5
Thread Starter
Lively Member
Re: Tutorial for XML Files
Thanks for the directions. Any suggestions for beginner books?
 Originally Posted by kevininstructor
If I were on the same path I would first study XML away from .NET then learn what is available within Visual Studio to work with XML which would be the links I provided.
For the first part check out this Google search with does not include .NET
http://www.google.com/search?hl=en&r...d=0CIABENUCKAA
Other than that I would check out online book stores for books on this subject matter.
Thanks,
Richard - 
--------
-->Newbie Coder<<--
Using VB.NET 2008/.NET 2.0/3.5
-
Apr 27th, 2011, 06:11 AM
#6
Re: Tutorial for XML Files
 Originally Posted by RichardKnox
I am looking for a turtorial, basic information or something on how to read XML files and to then take the information and put it into a database (access, ??) of my choosing.
I have searched around the net, but havent had much luck. Not sure if I am just choosing my search terms incorrectly or what.
So, something basic, show my how from scratch.
Any help would be greatly appreceated.
Hi,
You can find a tutorial for XML, here.
-
Apr 27th, 2011, 07:39 AM
#7
Re: Tutorial for XML Files
I don't know if this will help, but here is a sample of some code I used.
VB6 Library
If I helped you then please help me and rate my post!
If you solved your problem, then please mark the post resolved
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
|