soph
August 9th, 2004, 01:46 PM
Hello All,
I am doing some research and trying to figure out the best method of storing and manipulating data for our project. I was considering using the .NET DataSets for creating my data structure, then storing the files in XML format. However, most of what I am reading is that DataSets are mostly used when an interface is needed between a database (such as SQL Server or Access). Is that correct?
Is there a way to just populate the DataSet, then put the data into an XML file without having to use a database? If yes, how can that be done? I created a complex type DataSet, but I am having a hard time figuring out how to populate and get it to create the resulting XML file for where the data will be stored.
Any help is appreciated.
Soph
I am doing some research and trying to figure out the best method of storing and manipulating data for our project. I was considering using the .NET DataSets for creating my data structure, then storing the files in XML format. However, most of what I am reading is that DataSets are mostly used when an interface is needed between a database (such as SQL Server or Access). Is that correct?
Is there a way to just populate the DataSet, then put the data into an XML file without having to use a database? If yes, how can that be done? I created a complex type DataSet, but I am having a hard time figuring out how to populate and get it to create the resulting XML file for where the data will be stored.
Any help is appreciated.
Soph