Hi, I've been thinking of ways of creating an application that involves working with data, what would be the best way to accomplish this?
With the JavaDB, MySQL or plain text files? The project is fairly simple, the idea at least. It's a set of records for students, each student has a record of activities they've done during the period of say 4 years, daily activities. I need a way for them to keep record of the things they've done, and if possible transfer this records if they decide to deploy the application onto another computer. If I were to use JavaDB, would it be dificult to port the app? What would be the best way to approach this?