G
Guest
I want to use SQL as my main data source.
I have multiple tables that I want to use. I want them to appear as repeating groups under some root node.
For example, if I have SQL tables such as:
Names
Addresses
PhoneNumbers
I want my main data source to look something (doesn't have to be exactly) like:
<RootNode>
<Names>
<Name> (repeating)
</Names>
<Addresses>
<Address> (repeating)
</Addresses>
<PhoneNumbers>
<PhoneNumber> (repeating)
</PhoneNumbers>
</RootNode>
I just want all of them to be able to repeat. I want to be able to edit multiple tables and submit them back all from the main data source.
Is this possible? If so, how do I go about doing it?
I have multiple tables that I want to use. I want them to appear as repeating groups under some root node.
For example, if I have SQL tables such as:
Names
Addresses
PhoneNumbers
I want my main data source to look something (doesn't have to be exactly) like:
<RootNode>
<Names>
<Name> (repeating)
</Names>
<Addresses>
<Address> (repeating)
</Addresses>
<PhoneNumbers>
<PhoneNumber> (repeating)
</PhoneNumbers>
</RootNode>
I just want all of them to be able to repeat. I want to be able to edit multiple tables and submit them back all from the main data source.
Is this possible? If so, how do I go about doing it?