Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
F/S to C/S Help
Message
De
12/12/2016 20:41:12
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01644874
Message ID:
01644970
Vues:
41
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform