I have a list of items and each item has a description that's a couple lines long. I need to save these items and their descriptions to a file and I need to be able to quickly load and add more of them at runtime. There's going to probably be a couple hundred items. Someone suggested that I used a database, but I've never done anything with databases before. Would a database be good for my situation? Could someone point me in the right direction or start me off with some simple code? Thanks.