EDN Admin
Well-known member
I have an XML file like
<Relationship>
<SourceDB>
<Table>
<Table>
</SourceDB>
<TargetDB>
<Table>
<Table>
</TargetDB>
</Relationship>
The source db and target db can have any number of tables. However they should have the same number of tables. So if source has 10 child table elements, then the targetDb should also have the same 10 child elements.
View the full article
<Relationship>
<SourceDB>
<Table>
<Table>
</SourceDB>
<TargetDB>
<Table>
<Table>
</TargetDB>
</Relationship>
The source db and target db can have any number of tables. However they should have the same number of tables. So if source has 10 child table elements, then the targetDb should also have the same 10 child elements.
View the full article