Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting tables and fields
Message
De
26/10/1998 18:00:04
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00150680
Message ID:
00150699
Vues:
15
Michel,

The ADBOBJECTS() function may be helpful here. It will put the names of tables (or connections or relations or views, depending on input parameter (second)) in the *current* database into an array that you can process.

You could then iterate that array and use AFIELDS() on each table.

Good Luck,

Jim N

>Is there a way that, given a database, I can get a list of all the tables in it. And then, given a table, get a list of all the fields in it?
>
>-Michelle
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform