Date:  02/26/2015 05:07:53 PM Msg ID:  004778
From:  Art Bergquist Thread:  004776
Subject:  Re: Puting DB on the web
Interestingly enough, we are doing this right now: we have a combination desktop/web application that another developer implemented back around 2000.  The desktop app interacts with a Visual FoxPro database up on a network.  The web app interacts with the same VFP database because both the web app and the VFP database are on the same web server.
 
Art Bergquist 
Sent by FoxWeb Support on 02/18/2015 09:57:24 PM:
FoxWeb is not the right solution for you, if you want to keep using your existing desktop application. It enables the development of web-based applications, using the Visual FoxPro language and able to access VFP data. You could re-use your existing data access code, but you would have to rewrite the user interface.
 
One solution that may work for you is to switch to a SQL server back-end and modify your data access code to work against that instead of your existing VFP tables. 
FoxWeb Support Team
support@foxweb.com email
Sent by Art Lieberman on 02/18/2015 06:58:26 PM:
I have a desktop application that's several years old. It's in a Windows environment. I now want to allow multiple users around the country to share the data. I'm thinking the easiest approach would be to leave the application on the desktops, but put the databases on the web. How might I use FoxWeb to do this? (I'm new to FoxWeb.) How would this be done with minimal changes to my programs, yet keep the db access efficient?

Also, I don't want the responsibilities of hosting the databases, myself, so they would have to live on a publicly available web host.  Do you know of any?
Thank you for your help. 
Art Lieberman