Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using recursion in SQL
Message
 
 
À
08/07/1999 08:29:32
Andrzej Majlich
Vulcan sp. z o. o.
Wroclaw, Pologne
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00238417
Message ID:
00238824
Vues:
12
Thanks for your observation. I tried this and it worked!!!
FUNCTION PEGAINS
LPARAMETERS CODCOMP
Local repos
SELE RECCMP
=SEEK(CODCOMP,'RECCMP','ind1')
DO WHILE CODCOMP = RECCMP.IDCMP AND !EOF()
IF !ISNULL(CHILDIDCMP)
repos = recno() ******* GOTCHA *******
=PEGAINS(CHILDIDCMP)
goto repos ******* GOTCHA *******

ELSE
? allt(str(IDISM))
ENDIF
SKIP
ENDDO
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform