Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code to repair table header
Message
From
06/04/2006 02:19:04
 
 
To
05/04/2006 13:15:12
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
01110696
Message ID:
01110870
Views:
10
>Is there code available to fix header corruption problems?
>
>Since our tables are encrypted with Cryptor I need to include the source code of the repair routine in the project so access to encrypted file is set up by application before repair routine is called.
>
>TIA,
>
>Alex

Backup the table
X=SET("TABLEVALIDATE")
SET TABLEVALIDATE TO 0
USE TABLE EXCLUSIVE
PACK
USE
SET TABLEVALIDATE TO (m.x)
USE TABLE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform