I need to create a simple windows app for my father's business that handles employee records that can be entered and retrieved though a search and output to excel or something similar. I was thinking of using C++ and using MySQL as the database. I want to make it as simple and seamless as possible, so I am completely open to suggestions for the programming language and the database choice. I don't have a lot of experience with databases so any help would be great. Thanks.
EDIT:
Ok well I got some more information from my dad, and he was mistaken about the excel side of things, that will not be necessary.
Other things I have learned:
- It needs to be able to read data from a file, parse it and enter it into a database.
- Needs to be a program accessed and edited by multiple users on a network.
- Eventually it needs to have to ability to be accessed over the internet.
I really appreciate the help. I know I'm going to need a database like MySQL, so what language talks the best with MySQL, I see a lot of info on PHP and MySQL but like I said I'm not very familiar with coding for databases.