Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Repair a dbf
Message
From
25/04/2006 08:51:46
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
25/04/2006 08:46:17
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01116281
Message ID:
01116306
Views:
17
>something like "table is damaged you must repair first"

This is not true.

Is it might?
'Table "name" has become corrupted. The table will need to be repaired before using again.'

If you got that message your .dbf table didn't damaged really. you have to do that:
set tablevalidate to 0
rename mytable.dbf to backup.dbf
use backup.dbf
copy to mytable.dbf for !delete()
Previous
Reply
Map
View

Click here to load this message in the networking platform