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
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
Comment