Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL-Server
Message
De
14/12/1999 14:52:52
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00303569
Message ID:
00303583
Vues:
16
>HI,
>
>I recently installed SQL-Server 7.0. I'm able to create tables in SQL server. I can also view the tables with connections and remote views.
>But what do I have to do to change or append records.
>Can Someone help me?
>
>Tnx
>

If you have a remote view, you can edit that data in the view, and then use the TableUpdate() command and VFP will send SQL commands to the database to update/add/delete any manipulations you did in the view... You can issue Requery() to see that the modified data has been saved on the back end.

You can also send your own commands to the back end using the SQLExec() function.

BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform