XML into Dataset

M

Mark

I have an xml file and an xsd file.
i want to put the xml file into a dataset and then put
the dataset values into a SQL table
But first of all i need to know how to put the data from
the xml file into a dataset, I have a schema so i should
use this really shouldn't I?

I have had various advice from people but what i'm really
looking for is a tutorial on how to do this as i'm a
total newbie to this and dont know the code required
Thanks in advance
Mark
 
M

Martin Honnen

Mark said:
I have an xml file and an xsd file.
i want to put the xml file into a dataset and then put
the dataset values into a SQL table
But first of all i need to know how to put the data from
the xml file into a dataset, I have a schema so i should
use this really shouldn't I?

I have had various advice from people but what i'm really
looking for is a tutorial on how to do this as i'm a
total newbie to this and dont know the code required

Have a look at
http://samples.gotdotnet.com/quickstart/howto/doc/XML/XMLDataSet.aspx
 

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

Top