Which DB should I use for my newbie program?
Posted
by
knijo
on Programmers
See other posts from Programmers
or by knijo
Published on 2011-03-14T20:22:08Z
Indexed on
2011/03/15
0:18 UTC
Read the original article
Hit count: 247
software-development
I'm really new to programming, and I need some advice.
I'm currently working on a very simple program to maintain a list of users at a company, as well as their clock in and clock out info. I would like to make this application easy to distribute (on a cd probably), and I'm looking for advice on which database to use for storing my data. My application is implemented using java and swing. A friend recommended MySQL, but I don't want to go installing the db server on every computer the application is installed on. Another friend recommended Access.
Any tips would be greatly appreciated
© Programmers or respective owner