Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
F/S to C/S Help
Message
From
12/12/2016 17:28:48
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01644874
Message ID:
01644954
Views:
49
>Thanks Mike,
>
>Fortunately my system uses unique surrogate keys.....About the only things good. My app doesn't use views so I will probably re-write it using CA's. Also I must figure out how to change my code to address data commands in SQL instead of the usual REPLACE, etc. Fun!
>

Actually, you still use REPLACE etc. on local copies of the data.
It is a beautiful thing.

Most of the xBase commands are still very useful.
The one caution is that you cannot SEEK into a full table - only your local temporary copy of a small subset of the data.

Get familiar with TableBuffering and TableUpdate()
You do have to make sure to issue TableUpdate() to send the changes back to the SQL Server.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform