Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting damaged index file
Message
From
01/05/2002 14:35:10
 
 
To
30/04/2002 23:21:38
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00651183
Message ID:
00651481
Views:
16
Hi Jalu.

>Does anyone can show me how to trap (Error 114) "Index doesn't match the table"

You can trap this the same way you trap other errors: either in a global error handler (ON ERROR) or in the Error method of an object. Check the value returned by ERROR() to get the error number, and then check to see if the value is 114.

What are you planning to do when that happens?

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform