Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Documentation
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00019583
Message ID:
00019600
Views:
27
>I'm a student in need of a little help. Could anyone tell me how and/or if VFP 3.0 has a facility to rpint out a data dictionary from a database I've written in it. What I'm looking for is a print-out of each table, with all their fields and all their keys, indexes, types, lengths, etc.. Also I would like to have a print-out of the database that includes the relationships between the tables.
>
>*You know, all the stuff that was used to design the database.
>
>Humble student
>Keith Trudeau

I picked this up from another group recently, in answer to the same question.

1. Use GENDBC in \Tools\Gendbc\ which recreates your entire database in code.

2. Use Display|List Database

3. Use aDBObjects()

4. Use CursorGetProp()

Or, if you want to do-it-yourself, load the database as a table and start writing a report. (For goodness' sake make a backup first!)

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform