a child row has multiple parents [modified]
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All I have 4 tables in a dataset: ACTIVITY ACTIVITY_PARTICIPANT related to ACTIVITY (nested) PERSON related to ACTIVITY_PARTICIPANT (nested) ROLE related to ACTIVITY_PARTICIPANT (nested) if one person i related several times to one activity, with different roles, I get the "a child row has multiple parents" error. I understand why I get the error :-) My question is: How could I produce this xml from my dataset. Is there a method, or do I have to write it myself ? I guess I have to start with ACTIVITY ACTIVITY_PARTICIPANT related to ACTIVITY (nested) PERSON related to ACTIVITY_PARTICIPANT (NOT nested) ROLE related to ACTIVITY_PARTICIPANT (NOT nested) Thans in advance Kjetil modified on Wednesday, June 11, 2008 8:55 AM