Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Corrupted table
Message
From
10/06/2003 20:49:19
 
 
To
10/06/2003 19:45:55
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00798692
Message ID:
00798706
Views:
19
Favio,

This indicates that the table's record count in the header does not compute correctly as regards the size of the physical table on HD.
In VFP6 and VFP7 (and VFP5?) such a condition was disregarded, possibly resulting in the loss of data.

In VFP8 there is the SET TABLEVALIDATE TO setting that defaults to 3, causing the check to be done in VFP8 and an error if a discrepancy is found.
You can use SET TABLEVALIDATE TO 0 to allow the table to be opened in VFP8 without error. Then you can copy it to another file that *should* end up with a valid record count and be useable.

good luck


>I have a table that i open perfectly in vfp6 and fpw26 but when i try to open it in vfp8 i get the error number 2091,'table has become corrupted'
>
>any ideas ??
>
>Thank's...
Previous
Reply
Map
View

Click here to load this message in the networking platform