I have a dataset that i read schema from the XSD file in to. After, i
populate it with some values from the flat file. Fileds lend in to the right
columns in the table however when i tell Dataset to write XML it come out in
the different order as it is in the schema. Is this somethng that could be
changed? How could i make sure that XML coming out of the dataset is in the
same order as it is in the schema?
I am not sure I understand why the order is important, as XML is concerned
with hierarchies rather than order. Are you parsing the file without using
XML?

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
************************************************
Think Outside the Box!
************************************************
> I have a dataset that i read schema from the XSD file in to. After, i
> populate it with some values from the flat file. Fileds lend in to the right
> columns in the table however when i tell Dataset to write XML it come out in
> the different order as it is in the schema. Is this somethng that could be
> changed? How could i make sure that XML coming out of the dataset is in the
> same order as it is in the schema?