What format do I use to store a relatively small amount of user data

Posted by wcm on Stack Overflow See other posts from Stack Overflow or by wcm
Published on 2010-04-19T13:11:28Z Indexed on 2010/04/19 13:13 UTC
Read the original article Hit count: 270

Filed under:
|

I am writing a small program for our local high school (pro bono). The program has an interface allows the user to enter school holidays. This is a simple stand alone Windows app.

What format should I use to store the data? A big relational data is obviously overkill.

My initial plan was to store the data in an XML file. Co-workers have been suggesting that I use JSON files, Access Databases, SQL Lite, and SQL Server Express. There was even a suggestion of old school INI files.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms