|
Any database whatsoever is capable of storing the information you need.
What you should do is first plan out exactly what you want your program to do and then go about doing it.
Step 1. Plan out your program. Features and visual design.
Step 2. How much data are you looking to hold? Research the different database types. Access, MSSQL, Oracle, MySql ....etc Decide on the database you want to use.
Step 3. Start programming.
Optional Step but recommended. Stop using the word "like".
|