Tristan Leask wrote:
Hi All,
We have got a client who seems to be getting an awful lot of FPT file
corruptions.
What are then main reasons for doing this?
Eg, Power cuts / Dodgy disk?
Hi Tristan,
You could try migrating some of the files to a brand new table to make
sure there are no problems with the FPT anyway. Try this with something
like : (untested)
select mytable
copy structure to newtable with cdx
use newtable in 0
scan
scatter memvar memo
insert into newtable from memvar
if dele()
delete in newtable
endif
endscan
Then rename the original dbf/cdx/fpt to some other name, and rename the
new to old and see if that gets corrupted.
Peter
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.