Hi I have used the following code to delete the data from my employees table.
"delete from employees.dbf
set deleted on
clear all"
Is this right or am I doing something wrong because the data seems to be deleted but when I close the table and application (VFP 6), re-open it and select * from the employees table, the data is back but and marked for deletion. How can I permanently delete all the records from the table.
Thanks and kind regards,
Tom
"delete from employees.dbf
set deleted on
clear all"
Is this right or am I doing something wrong because the data seems to be deleted but when I close the table and application (VFP 6), re-open it and select * from the employees table, the data is back but and marked for deletion. How can I permanently delete all the records from the table.
Thanks and kind regards,
Tom