I have a dataset that is populated from a database. I need to add some additional data to the dataset once it is populated. I am successful in addind the additional column. I confirmed this by looping through the columns collection. However, when I write the dataset to a file (ds.writeXML\pa th\filename), and open the file; I do not see the additional column in the xml file? Any Suggestions? Thanks
code sniplet
...