alanchinese
Well-known member
- Joined
- Jan 12, 2005
- Messages
- 58
ok i think this is one thing really simple!! but all i tried to look for articles from the web, or looking at the xml books in borders didnt give me the working solution.
let me describe the simplied requirement here.
* a tennis tournament has 5 different errands, (men, women, mens double, womens doulbe, mixed double)
* each level has exactly 8 players in the beginning, plays exactly 7 elimination matches (3 rounds only)
* each match has 3 pieces of data (player/team1, player/team2, match number)
i believe its a ((master -> detail) -> detail) -> detail relationship.
i am sure i can understand how to design the schema if i read a 500 page xml book page by page. but i am so frustuated now, i cant read anything into my mind.
all i want to do is, use VS.Net to design the dataset xsd, use the function DataSet.ReadXml("file.xml") to load the data into the dataset.
create the UI for read/update the match data on each errands with brackets using textboxes.
bound the dataset with the textboxes....
is it do-able?? and how to do it?
let me describe the simplied requirement here.
* a tennis tournament has 5 different errands, (men, women, mens double, womens doulbe, mixed double)
* each level has exactly 8 players in the beginning, plays exactly 7 elimination matches (3 rounds only)
* each match has 3 pieces of data (player/team1, player/team2, match number)
i believe its a ((master -> detail) -> detail) -> detail relationship.
i am sure i can understand how to design the schema if i read a 500 page xml book page by page. but i am so frustuated now, i cant read anything into my mind.
all i want to do is, use VS.Net to design the dataset xsd, use the function DataSet.ReadXml("file.xml") to load the data into the dataset.
create the UI for read/update the match data on each errands with brackets using textboxes.
bound the dataset with the textboxes....
is it do-able?? and how to do it?