Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code to repair table header
Message
From
07/04/2006 05:10:40
 
 
To
06/04/2006 02:19:04
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
01110696
Message ID:
01111309
Views:
15
>>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
>
Thank you, Fabio, but sometimes the table cannot be opened
Previous
Reply
Map
View

Click here to load this message in the networking platform