XML into Dataset

  • Thread starter Thread starter Mark
  • Start date Start date
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
 
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
 
Back
Top