Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying to replace
Message
De
30/03/2000 17:05:16
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00352784
Message ID:
00352941
Vues:
16
>I am trying to replace fields from one table to another.

Use the IN clause. Also, if the current table is on EOF, your replaces like table1.f WITH table2.f won't work at all, its been that way for a long time. TO get around that, also use the the IN cluase (thats why you should always): f WITH table2.f IN table1
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform