G
gerry
Hi ,
I have a dataset that was populated via ReadXml where the source xml
contains nested tables.
When I write the dataset back out with WriteXml I get the same hierarchical
( nested ) document structure as was present in the source document ( as
expected ).
I have a situation where I need the destination Xml document to be
'flattened' ie. no nested tables.
I thought I had done this in the past but I can't find any reference to this
Dataset capability.
Am I overlooking something or is this just not possible ?
using .NET v1.1 VS 2003
Gerry
I have a dataset that was populated via ReadXml where the source xml
contains nested tables.
When I write the dataset back out with WriteXml I get the same hierarchical
( nested ) document structure as was present in the source document ( as
expected ).
I have a situation where I need the destination Xml document to be
'flattened' ie. no nested tables.
I thought I had done this in the past but I can't find any reference to this
Dataset capability.
Am I overlooking something or is this just not possible ?
using .NET v1.1 VS 2003
Gerry