Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC and VFP tables Synchronize
Message
From
27/12/1998 12:24:01
 
 
To
25/12/1998 23:44:15
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00170457
Message ID:
00170578
Views:
15
How big is the table you are attempting to synchronize?

If the table is big, you may just want to BCP is into MS SQL Server
and let the server produce a table that you can bring into VFP.

If the table is not that big, pass the VFP table to MS SQL Server
and have still have the backend produce a table that you can bring
into VFP.

If the table is small, VFP scanning through SQL PassThru will be
your easiest solution.

>Is there a "Fast way" to synchronize a MS SQL server tables with VFP tables. I have tries to create remote views in VFP to use the view in VFP and scan though it but it seems to take a long time to load and run. I have tries to do SQLEXEC and SQLPREPARE and that seems slow too. Can I do this on MS SQL side or is it just going to be slow? Any help would be appreciated.
Previous
Reply
Map
View

Click here to load this message in the networking platform