Hello,
I need to remove all the records from my DBF table another word i want to
empty the table and this is what i did
Delete * from MyTable
this work but it does not remove the records from my table it flag them as
delete.
Is there any way i can pack the table, or remove the records
Thank you
I need to remove all the records from my DBF table another word i want to
empty the table and this is what i did
Delete * from MyTable
this work but it does not remove the records from my table it flag them as
delete.
Is there any way i can pack the table, or remove the records
Thank you
Comment