dbf file possable corruption

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Craig White
Fecha:  
Asunto: 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