In article <mn.c8077d81cf9b9b84.78384@[EMAIL PROTECTED]
>,
Paul Plak <paul.plak@[EMAIL PROTECTED]
> wrote:
> > On Jan 23, 8:14 pm, Paul Plak <paul.p...@[EMAIL PROTECTED]
> wrote:
> >>> Hi all,
> >>> A client has a corrupt dbf and I am wondering if someone could
suggest
> >>> a program that might fix the corruption.
> >>> Any help will be greatly appreciated.
> >>> Regards,
> >>> Rod.
It depends on the corruption. If the header of the datafile is corrupt
and showing an incorrect number of records in the file, you have to read
the file (using file4readAll), calculate the number of records there
should be in the file and correct the header. Sequiter software supplied
me the code to do this. If the index is faulty, you have to delete the
index and tags and recreate them.
Regards
Andy
--
Andrew Clay


|