Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to avoid index file corrupt?
Message
From
08/11/2002 12:39:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
How to avoid index file corrupt?
Miscellaneous
Thread ID:
00720373
Message ID:
00720373
Views:
58
Hello :

How to avoid index file corrupt ??

I plan to do like this ,
Create a Free table withought Indexing......then in the Form init event,
i put the code like this
Set Safety Off
If used('TableA')
Select TableA
Else
Select 0
Use TableA
Endif
Select TableA
INDEX ON INID TAG INID OF TABLEA.CDX

So each time i call the form , My table with Indexing.....
If power failure happen, Can this effect my Table or Index file ??

so any drawback for this method ?? any comment ??

I know there have utilities can fix corrupted index file....but
my customer dun like to use...or care about it......

Thanks.
(i using VFP6.0 )
Next
Reply
Map
View

Click here to load this message in the networking platform