Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
F/S to C/S Help
Message
From
12/12/2016 20:41:12
 
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:
01644970
Views:
40
You can use dbase commands. But these are only applicable to the local cursors that you retrieve from the server via SQL commands. On these cursors they work just like any other dbf table (but they are temporary for the data session).

Basic steps:

1. Retrieve rows from backend DBMS via SQL into cursors
2. Perform updates on the cursors via dbase commands
3. Send the changes back to DBMS

There are a number of options for 1 and 3 -- you can use cursor adapters or SQL pass through.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform