Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to recover corrupted VFP table
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00936240
Message ID:
00936333
Views:
23
>Hi Gregory
>Thank you for reply. I have no memo fields in the corrupted table. As you said I found one utility in the download but it is restricted to 10MB, My table is about 15 MB.
>Regards,
>Zaheer

hi Zaheer,

Try Cetin's solution then. You'll have lost a couple of records, but that may not be too bad.

If that fails, you can open the table with fopen, fseek after the header, fread() record by record and recreate a new table. Never done it, but I reckon that should be possible (don't forget the record deleted() mark which is the first byte of the record)

Success,
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform