I know zilch about FoxPro, but we're using a product that has a FoxPro DB that we suspect has errors in it. Any recommended tools for analyzing/repairing? Someone mentio开发者_Go百科ned DBFDoctor.
Suggestions sought.
Thanks!
We use fast and easy-to-use dbf repair tool from http://www.dbf2002.com/dbf-recovery/
We use a product called FoxFix by Xitech and it works well for index and memo file issues along with fixing tables that go over the 2GB file size limit. - http://www.xitech-europe.co.uk/
Here is what I think is the definitive source on all the repair tools for DBFs:
http://fox.wikis.com/wc.dll?Wiki~TableCorruptionRepairTools~VFP
Rick Schummer, VFP MVP
Another product is ReFox, and I think might still be available at http://www.hallogram.com/ and has to its right side of "TOP SELLER" products, FoxFix and ReFox.
What problems are you having, and do you have access to a copy of Foxpro? Often what happens with Foxpro tables is that the index files go out of sync with the data files, and then records disappear and reappear depending on which (if any) is the active index. These type of problems can be fixed with a little bit of Foxpro code and exclusive access of the database and don't require third party tools.
精彩评论