0
I am creating an application in C# using Visualstudio 2015 Enterprise together with SQL Server 2016 to save the data, but I’m almost done with the project and I still don’t know if it will actually work!
I need to install this application on different computers from the same workplace (same network), where everyone used the application at the same time and performed CRUD operations on it simultaneously between computers.
My question is this, is there a possibility of making that happen? some other language that is more suitable as Java or other database like Mysql, I have no problems with the development but I can’t find anything related to how to make this connection between the applications on different computers with 1 single database!
You’re at the Stackoverflow in Portuguese, if you do not translate your question, it will be closed. | You’re in Stackoverflow in Portuguese, if you don’t Translate your Question, it’ll be closed.
– Marco Giovanni
The database manages all the competition, you just need to point the application to the same database, whether SQL Server or Mysql.
– Ricardo Pontual
Levino, I see no problems with your approach and the choice of technologies, and I believe that your application will work properly after you deploy, but if you decide to change the technologies used (cost of the DBMS license or support linux users), I advise you to take a look at Electron and Posgresql and go away from Java and Mysql.
– Tobias Mesquita