Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending one record.
Message
 
 
À
15/12/1999 13:34:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00304200
Message ID:
00304219
Vues:
27
>>Append works regardless of field order in the 2 tables involved. The only data that gets appended are those fields that are the same name in both tables.
>
>But Append doesn't have a scope on it (does it?). How do I do it if I just want to append the current record? I guess I could use the FOR clause but I thought that on a large source table it would be slower than just specifing the current record somehow.

You can:

Copy Next 1 to TempDBF
Select Table2
Append from TempDBF
erase tempdbf.dbf
erase tempdbf.fpt && if necessary
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform