What program can I use to develop a tracking and recording system to record detail informations about movies?
Hello:-)
I have to make a easy-to-use tracking and recording system which will record details about the videos for my school project. But I’m not sure which program should I use in this case, and what I think is Exel, Apple Work or the Database. Do you know any other programs which is useful to help this project? Any help, thank you!
Since you’ll be manipulating data, you use a database. The question is which one and how. If you need something free, there’s a free version of MS SQL and both SQLite and MySQL are free. If you want a desktop application, you could use one of the dot net languages, like C# or VB. If you want it web-based you could use PHP for programming (and HTML, CSS and Javascript for the pages).
You can make the program or site easy to use, but making it requires that you learn the techniques (and programming languages) that you need – SQL being one of them regardless of how you do it.