I would like to put a utility in my Delphi 5 database app that will pack the tables and free up the space from deleted records. I am using local Paradox tables in a single tier, single user situation.
The Database Desktop has a facility when you save tables but I can't find a method in either the TTable or TDataset components.
Can it be done, or do I have to copy the table, delete the old and rename the new.
RonR51
The Database Desktop has a facility when you save tables but I can't find a method in either the TTable or TDataset components.
Can it be done, or do I have to copy the table, delete the old and rename the new.
RonR51