i am trying to make a database of all music file on my hd.
basically of all the information contained in the tags of the mp3 files.
i don't know much about ado.net, but that is what i've decided to use.
can somebody give me some kind of outline of how to go about organizing something like that?
for example, should i just use one table with many columns, or different tables with fewer columns? what i want in the end is something that is easy to update and where sorting speed for a few properties of each file is maximized.
any ideas?