Mar 24, 2006 09:16
I've got a bunch of data that I need to store and retrive. It's too bulky and variable for me to want to use a SQL database (though I'll probably use that for the file lookup) but I was considering using XML for the data storage part. The GUI's being written in C# so I can easily parse the XML files when I retrive.
Any thoughts?