PRB: INSERT Can Freeze VFP if Table's Index File CorruptedLast reviewed: January 20, 1997Article ID: Q156581 |
The information in this article applies to:
SYMPTOMSIf the INSERT command is executed on a Table that has a corrupted Index file, Visual FoxPro can freeze with the following error:
"This program has caused an illegal operation and will be shutdown" RESOLUTIONTo fix this problem, do one of the following:
STATUSThis behavior is by design. There is no way to predict product behavior when data or index corruption has occurred.
MORE INFORMATIONIf you issue an INSERT command similar to the following:
INSERT INTO TstTable (TstField) VALUES ("aaaaa")and the index file of TstTable is somehow corrupted, Visual FoxPro will produce the following error and will freeze:
"This program has caused an illegal operation and will be shutdown"You will be able to exit Visual FoxPro by clicking Close in the error dialog.
|
KBCategory: kbprg kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |