Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to retrieve tables name ?
Message
De
18/05/2001 00:30:34
 
 
À
18/05/2001 00:12:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00508583
Message ID:
00508588
Vues:
23
You can know the table names with ADBOBJECTS function, sending the existing tables to an array, then build your desired popup:

open data mydata.dbc
=ADBOBJECTS(laTables, "TABLE")
FOR A =1 TO ln
?laTables(A)
NEXT
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform