Hi,I'm trying tofigure out ifCameyohtmlcanbea solution for me.I have aVB6applicationandeach userhas a number ofprivate documentsanda private database(access mdbtype or sqlservertype and uses ado library).Cameyohtmlsupports accesstoprivate files and to a file system?Andprivate databases? Thanksforthe help.
Virtual apps running on our cloud servers have only two persistent data sources:
1. The virtual package's contents
2. Cloud drives mounted in something like %UserProfile%\Dropbox
Whatever is general to all your users (i.e. database engine) should be in #1.
Whatever is user-specific or data that should persist from one session to the next should be in #2.
The other option is to host your own Play server, and pre-install there whatever you need. See online.cameyo.com/playServers/add