Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anyway to overwrite a table by others table in runtime ?
Message
De
14/05/1999 16:59:19
Henri Miceli
Sprachcaffe Languages Plus
Frankfurt, Allemagne
 
 
À
07/05/1999 01:28:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00215953
Message ID:
00219231
Vues:
19
there are amny ways you can do this. one is to get the records in your temp table and copy them to an array using 'append from array' command.
you can copy copy tables to the array strainght from a select using

example

dimension temp_records(1)

select * from tablename into array temp_records

select real_table
append from array temp_records
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform