Hello all... really could use your expert advice.
I have datatable in which i insert a record at the first row position (dt.insertAt(foo,0)
. When viewed in the debugger the table has the row in the correct position, row[0].
Then I add the table into a dataset then set a datarelation that sets my table as a child table.
Later I create an xml file from the dataset(ds.writeXML(filename)
. When I view the xml text, the rows I had inserted are in a different order. Why is this? How can maintain my original order?
Thanks!
Ryan
I have datatable in which i insert a record at the first row position (dt.insertAt(foo,0)
Then I add the table into a dataset then set a datarelation that sets my table as a child table.
Later I create an xml file from the dataset(ds.writeXML(filename)
Thanks!
Ryan