Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Documentation of Database
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00242150
Message ID:
00242165
Vues:
25
>I would like to generate complete documentation od tables, indexes, connections among tables, relationships... from DBC file (V6.0)

It's not too difficult to whip up a routine to do this. VFP provides a number of functions to extract information about the database. You can use aDbObjects to get a list of tables, views, or relations. DbGetProp can then be used to extract information about these objects. For indexes you can use Tag(), SYS(14), Primary() and Candidate() functions to extract the information.
Steve Ruhl
CitiMortgage, Inc.
steven.ruhl@citibank.com Office
Steve@steven-ruhl.com Home
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform