Use MySQL database or save data in file for sales system

0

I'm starting as a software vendor. I have been asked for a system to control sales and stock of a small commercial establishment. I thought about making a desktop application with Java and MySQL (Netbeans and WAMP Server).

My question is this: when deploying the system, the client does not have a server for the database.

  • Would I deploy it using the same WAMP as I do when developing, or is it a best practice to save the data in files?

  • With what difficulties could you find me when installing it on the client?

  • In general, would you find significant differences in efficiency with one or the other?

asked by Deuni 17.01.2017 в 15:30
source

0 answers