1
I have a question about the possibility of doing a type of program and what means to use. Just for the record, I’m not asking for "how to do the programming," but an opinion from more experienced people about the possibility and feasibility of the project!!
Desired functioning: I want to make a window program for windows that is installable and work offline. In this program I will register my clients and the services I will provide to them. When I finish the registration the program writes to a local BD and also writes to an online BD on some server, in this case in a BD in Mysql. If any changes are made to the registration on the site, the program also checks and registers on the online; the same for deletion.
Motive: use several notebooks in often remote locations and often with unstable connection, but I need to register on time the services provided and need an online copy for customer consultation.
Here is an example of how the software works on the network:
Registration, editing, deletion and synchronization also follow the reverse path. In case could have much more than 2 Pcs with the installed program, which could do these 4 processes simultaneously.
The program would work so that BD Local 1 would always be in sync with BD Local 2 and BD Remote.
I need to know if it is possible and feasible (ease and etc.), if someone indicates some kind of programming (I intend to study it to create the software), how the local BD X integration works online and any other observations will be welcome.
Thank you very much.
I have removed parts of the text that do not live up to the question. If you have any complaints about community behavior you can use [meta]
– Woss