What kind of database to use in C#
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-04-01T12:39:57Z
Indexed on
2010/04/01
12:43 UTC
Read the original article
Hit count: 113
I'm writing a program in C# that will need to store a few Data Tables on the user's computer and load them back when he restarts the program: Up to about 10000 records consisting of text and integers. I don't want to use a CSV file, and I had some trouble with SQLite. Are there any other good options to try?
© Stack Overflow or respective owner