you cannot muck with the schema once it is in the datatable. just rearrange
your query or hide some columns if you don't want to view them. what seems
to be the problem or why is this a requirement
You could always create a new datatable with the same DataColumns as the
orignal table but in reverse order and then transfer the rows to the new
table.
In fact, i've got a dataset (i'm getting it by reading a XML document).
This dataset have some datatable : i retrieve each datatable and i need to
reverse the order of the datacolumns.
Do you know how i can do this ?
Thank you.
LEBRUN Thomas.
Alvin Bruney said:
you cannot muck with the schema once it is in the datatable. just rearrange
your query or hide some columns if you don't want to view them. what seems
to be the problem or why is this a requirement
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.