4 years ago I designed an Access database for a company I worked for. It has a back end on the company server and multiple (about 6) front ends. It is in use everyday and works well but is not without problems.
I have just completed my third year of a Computer Science degree where I learned a lot of new skills. I have been given the opportunity to redesign the system over the summer and I am trying to decide what is the best way forward?
I want to design a Java front end (maybe C#) but I am unsure which database to use. I have used MySql for recent college projects but how will this perform in a multi-user environment?
Also if I use Java I will be creating a runnable jar file. Will this work on multiple machines connected to a backend?
Should I consider another approach?
I have just completed my third year of a Computer Science degree where I learned a lot of new skills. I have been given the opportunity to redesign the system over the summer and I am trying to decide what is the best way forward?
I want to design a Java front end (maybe C#) but I am unsure which database to use. I have used MySql for recent college projects but how will this perform in a multi-user environment?
Also if I use Java I will be creating a runnable jar file. Will this work on multiple machines connected to a backend?
Should I consider another approach?
Comment