How XML file will store in database in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shaileshsharma
    New Member
    • Jun 2007
    • 26

    How XML file will store in database in C#

    Hi,
    I am facing some problem,i have to store a xml file in data base, this
    is my XML file

    <?xml version="1.0" standalone="yes "?>
    <NewDataSet>
    <OCRTools>
    <FullName>Mar k Johnson</FullName>
    <OrderID>098765 6</OrderID>
    <SampleBarcode> OCRTOOLS</SampleBarcode>
    <FileName>Sampl e1.TIF</FileName>
    </OCRTools>
    <OCRTools>
    <FullName>Ronal d Picek</FullName>
    <OrderID>092837 4</OrderID>
    <SampleBarcode> OCR 123</SampleBarcode>
    <FileName>Sampl e2.TIF</FileName>
    </OCRTools>

    </NewDataSet>

    i want the database field should be "Full Name" "OrderID" "SampleBarc ode" and "FileName".Plea se solve me to solve this problem.

    Thanks
    Shailesh Kumar
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Here is an artcle that may help:
    XML, the DataSet, and a DataGrid

    Comment

    Working...