FoxPro DOS and Windows type .DBFs really don't have a native data dictionary. The closet thing to it is the table field information in the "header" of each table. In FPD/W you can issue a LIST STRUCTURE (optionally to the printer or a file), use the AFIELDS() function, use the COPY STRUCTURE command or you can read in directly in the header using low-level IO.
Rick
"Migrators" <bkchandar (AT) yahoo (DOT) com> wrote
Quote:
we are working on the project which migrates the foxpro 2.6 database
to oracle 8i for which we require foxpro 2.6 data dictionary.Where it
is available
help us with the data dictionary. |