Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sychronization VFP and SQLServer
Message
From
18/02/2004 22:40:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Sychronization VFP and SQLServer
Miscellaneous
Thread ID:
00878612
Message ID:
00878612
Views:
43
Hi all,

Which is the better ways? (see below)

Method 1:
Retrieve all records of the sqlserver table. Index the view, and seek if record from vfp exist in this view. If not, SQLEXEC to insert.

Method 2:
SQLEXEC with SELECT with the WHERE clause for the pk. If not record, SQLEXEC to insert.

If there is better way, please advise. The tables will be big.

Regards.
Next
Reply
Map
View

Click here to load this message in the networking platform