Quote from
CN_Iceman on September 19, 2019, 9:15 am
Once a record is deleted, you must use dbfPack.
dbfPack
Purpose: Compress/pack the database and remove space occupied by deleted records. When records are
deleted using dbfDeleteRecord, the physical size of the database file does not decrease. Instead
deleting a record simply marks the record as deleted, but the space occupied by the record
remains in the file. dbfPack removes any records marked as deleted and reduces the size of the
database file.
Greetings.
Once a record is deleted, you must use dbfPack.
dbfPack
Purpose: Compress/pack the database and remove space occupied by deleted records. When records are
deleted using dbfDeleteRecord, the physical size of the database file does not decrease. Instead
deleting a record simply marks the record as deleted, but the space occupied by the record
remains in the file. dbfPack removes any records marked as deleted and reduces the size of the
database file.
Greetings.