how to load datatable with xml

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<tables>
    <row>
        <table_name>ticket</table_name>
        <record_key>68</record_key>
    </row>
    <row>
        <table_name>sales</table_name>
        <record_key>3001</record_key>    
    </row>
 </tables>

how can i load a datatable with above xml string?


View the full article
 
Back
Top