
Cannot delete record on FoxPro 2.5 DB
Quote:
> I try to delete a record in the FoxPro 2.5 database using SQL. The
>record is marked as deleted, but it will not pack for me. Is there any
>method to physically delete the record?
Yeah! Do a 'Select into' SQL Query on the data for all records. Erase
old table, rename the 'into' Table and then rebuild the indices.