A
Andy
Hi,
I want to fill a dataset with results from a team. This can then be
bound to a datagrid. I am looking to fill one or more datasets with
queries similar to "The most recent 5 results", or "All youth team
results".
It shouldn't be that hard but is escaping me at present. I can do
this till the cows come home in SQL, but I'm new to working with XML
files...
Any help would be *most* appreciated.
Thanks in advance.
R.
example XML file...
<games>
<game>
<team>youth</team>
<date>12/12/04</date>
<result>2:0</result>
</game>
<game>
<team>mens</team>
<date>10/02/04</date>
<result>1:1</result>
</game>
</games>
I want to fill a dataset with results from a team. This can then be
bound to a datagrid. I am looking to fill one or more datasets with
queries similar to "The most recent 5 results", or "All youth team
results".
It shouldn't be that hard but is escaping me at present. I can do
this till the cows come home in SQL, but I'm new to working with XML
files...
Any help would be *most* appreciated.
Thanks in advance.
R.
example XML file...
<games>
<game>
<team>youth</team>
<date>12/12/04</date>
<result>2:0</result>
</game>
<game>
<team>mens</team>
<date>10/02/04</date>
<result>1:1</result>
</game>
</games>