Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best practices for app server in multi locations
Message
 
To
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:
01138808
Views:
11
>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

Thanks. The recommendation is great. I'm going to read your articles.
But, recognizing that I'll need to redesign the complete architecture of my app is what's giving me a pit in my stomach.
Cheers,
Allen
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform