New Header Structure for Tables in Visual FoxPro
Article ID: 130461
Article Last Modified on 8/21/1999
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q130461
SUMMARY
Visual FoxPro now contains a new header structure for tables contained in a
database container (.DBC files) and for free tables (.DBF files). The
header record defines the structure of that table and contains any relevant
information related to the table.
The number of bytes that make up FoxPro header structure has been increased
to accommodate the tables that are now contained in a database (.DBC
files). To add a FoxPro version 2.x table to a Visual FoxPro database,
Visual FoxPro converts the header structure internally. If you need to use
a table created in Visual FoxPro in FoxPro version 2.x, you must convert it
back to the version 2.x format by using this command:
COPY TO <filename> Type FOX2X
REFERENCES
For additional information about header files, please see the following
article in the Microsoft Knowledge Base:
98743 ERR: "Not a Database File"; How to Modify Database Header
Additional query words: VFoxWin
Keywords: KB130461