Hi,
I have a TTable connected with a dBase file (.dbf). I opened the table and went to first record with tMyTable->First(). Now tMyTable->RecNo = 1. Then I delete the first record: tMyTable->Delete().
Close and reopen the table and go to first record.
But now tMyTable->RecNo = 2! In other words, the record is not fysically deleted and RecNo takes deleted records into account.
What must I do to delete the record fysically? (in good old dBase one has the command "Pack")
cheers, Henk
I have a TTable connected with a dBase file (.dbf). I opened the table and went to first record with tMyTable->First(). Now tMyTable->RecNo = 1. Then I delete the first record: tMyTable->Delete().
Close and reopen the table and go to first record.
But now tMyTable->RecNo = 2! In other words, the record is not fysically deleted and RecNo takes deleted records into account.
What must I do to delete the record fysically? (in good old dBase one has the command "Pack")
cheers, Henk