The information in this article applies to:
SUMMARY
When index corruption happens at run time under the Foxpro 2.0, 2.5, or 2.6
platforms, you can easily erase the IDX/CDX files and re-create them. But
under the Visual FoxPro environment, once the table is bound to a database
and it has Primary index, you cannot erase the CDX file because it
generates "Primary key property is invalid, please validate database" error
when you try to open the table again in the database.
MORE INFORMATION
One option for re-creating corrupt indexes is to use GenDBC.prg to re-
create your Database structure and indexes, and then restore the data back
to each table. Another option is to use the following steps to restore your
corrupted index files:
Additional query words:
Keywords : kberrmsg kbDatabase kbVFp300 kbVFp500 kbVFp600 KbDBFDBC |
Last Reviewed: August 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |