New Header Structure for Tables in Visual FoxProLast reviewed: April 30, 1996Article ID: Q130461 |
The information in this article applies to:
SUMMARYVisual 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 MORE INFORMATIONHere is the new header information. Basically the header was increased by 263 bytes to allow for the backlink to that DBC.
REFERENCESFor additional information about header files, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q98743 TITLE : ERR: "Not a Database File"; How to Modify Database Header |
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |