Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying to replace
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Trying to replace
Divers
Thread ID:
00352784
Message ID:
00352784
Vues:
52
I am trying to replace fields from one table to another. There are 3 records where the condition exists for replacement, however, only one replacement is being done. My table that is being written to has data buffering of 0. Here is the psudo-code:


REPLACE table2.field1 WITH table1.field1, ;
   table2.field2 WITH table1.field2, ;
   table2.field3 WITH table1.field3 ;
   FOR table1.field5 = table2.field5 AND ;
       table1.field6 = table2.field6


It works for one record but the other 2 where the condition "table1.field5 = table2.field5 AND table1.field6 = table2.field6" is true are not being updated. Thanks in advance.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform