Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to count records in a child table ?
Message
De
10/03/2004 08:20:23
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
09/03/2004 16:16:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00884570
Message ID:
00884787
Vues:
22
This message has been marked as the solution to the initial question of the thread.
Hi Stephane

>Hello,
>
>I have 2 free tables. I establish a relation between them.
>But how to count records in the child table (result of the relation) ?
>

I think it is better to ...
LOCAL ARRAY laCount[1]
luMyCod = tableParent.myCod
SELECT COUNT(*) ;
  FROM TableChild ;
  WHERE tableChild.myCod = m.luMyCod INTO ARRAY laCount
?laCount[1]
This way the record pointer will not be moved in any workarea.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform