Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
tables and arrays
Message
De
16/08/1996 14:23:28
 
 
À
16/08/1996 13:11:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00005784
Message ID:
00005855
Vues:
36
>>what's the relation between name and data? 1-1 or 1-many
u answer the "why" q.
what about the "what" q. ?
if it is a 1-1 relation u can do it with a single SELECT
something like

Select data.*,name.cso_ref from data,name ;
where name.flac_ref=data.flac_ref ;
into table new_data

if the relation if 1-many u may have to resort to using
a scan loop on the data table

Arnon
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform