I am running an inventory and cash register app (POS) at my main branch. If I were to make a local virtualization of this app and go to one of my other branches and launch the app there, will it also update the transaction in the database everytime data is stored into the database. I am refering to salase trans actions.
Forgive if I am not understanding this correctly, I get the impression that this software can move my applications into the cloud including the database, so its like having a virtual server, and I can access it from any of my branches. This way all transaction can be stored in one database in the cloud rather then having a separate database in branches computer. Is this correct?
Sure, your data should be up to date. It's only the local application that's virtualized. But data committed to the database is truly committed to the database (not virtualized).
__________________
Page 1 of 1 sorted by
cameyo -> Cameyo usage -> Question about local app virtualization and database updates