dbf file possable corruption

Góra strony
Załączniki:
Wiadomość jako email
+ (text/plain)
Delete this message
Reply to this message
Autor: Craig White
Data:  
Temat: dbf file possable corruption
Nigel Sollars wrote:
>
> Hi again,
>
> Sorry to be a nag but does anyone know of a simple way to
>
> Re-index a .DBF file database .. I believe the one i have is corrupt cuz
> this DBD script aint working .. XBase.pm rules btw
>

--------
The way that I always used to re-index dbf files (dbase / foxbase) was
simply to delete the .idx files. When the program saw that the index
files were missing, it would recreate them on the fly. YMMV (try moving
them to a different directory)

Craig