A
Able
Dear friends
The XML format for reading from .Net is as this:
<?xml version="1.0" standalone="yes"?>
<dataroots>
<Table1>
<ID />
<Name />
</Table1>
</dataroots>
Is it possible to implement one more table, ex. Table2 in the same XML file
and if so how is the format?
Regards Able
The XML format for reading from .Net is as this:
<?xml version="1.0" standalone="yes"?>
<dataroots>
<Table1>
<ID />
<Name />
</Table1>
</dataroots>
Is it possible to implement one more table, ex. Table2 in the same XML file
and if so how is the format?
Regards Able