Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Corrupted Indexes
Message
From
03/07/2003 07:17:57
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
02/07/2003 21:34:01
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00806383
Message ID:
00806472
Views:
8
try
use xfile inde xfile
catch to xerr
if xerr.errorno=114
messagebox("Index damaged")
erase xfile.cdx
on erro *
use xfile
index on xxxx tag xxxx
use
on erro
finally
endt
endpr


note: sometimes vfp not gives any error about index corrupts. in this case only users detect (appended records don't seem etc...). sorry...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform