Best Method For Storing Values
Posted
by Josh streit
on Stack Overflow
See other posts from Stack Overflow
or by Josh streit
Published on 2010-02-06T02:26:58Z
Indexed on
2010/06/03
2:54 UTC
Read the original article
Hit count: 245
Basically, I want to have a database that's lightweight and I won't need to install a million other things on my clients computers for them to access this.
I just need a simple method of reading and writing values so that they're not hardcoded into the program. I could do MySQL (which is what I'm very familiar with), but it doesn't need to be making calls remotely.
I would have less than 10 fields and one table, if that matters. Thanks!
© Stack Overflow or respective owner