P
Priya
Hi,
I need to create a temp table in my asp.net web services program. I
have an xml file of the format
<uom_masters>
<uom_code>varchar</uom_code>
<uom_description>varchar</uom_description>
<uom_tolerance>money</uom_tolerance>
</uom_masters>
I need to read the fields along with the datatypes an create a table
with all these fileds in the program itself. Does anyone have an idea
how to do it. Thanks in advance
I need to create a temp table in my asp.net web services program. I
have an xml file of the format
<uom_masters>
<uom_code>varchar</uom_code>
<uom_description>varchar</uom_description>
<uom_tolerance>money</uom_tolerance>
</uom_masters>
I need to read the fields along with the datatypes an create a table
with all these fileds in the program itself. Does anyone have an idea
how to do it. Thanks in advance