Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best practices for app server in multi locations
Message
From
21/07/2006 22:07:24
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01138155
Message ID:
01138776
Views:
10
One option, but more complicated than just hitting SQL Server is to use queued components. Database updates will be queued on the workstation, then automatically sent to the server when the connection is up and running. This way, you don't have to check that the connection is there. And if it goes down during the database update, it's sent again automatically. To learn about QC, see the COM+ articles on my web site.

>I'm at a point where I'd like to migrate my application from a local VFP database to a remote database (most likely SQL server) with a multi location setup.
>I'd like to get opinions of what type others would recommend to accomplish this most rapidly and easily.
>
>If I were to use remote views to a sql server database, does the remote(over a WAN) transaction work the same as a LAN setup? Is it fast enough to consider?
>
>Allen
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform