|
I use the Table control in C++BUILDER to connect to the data table mchk.dbf in the file directory, and then use the code Delete() to delete the record after retrieving the data in the table, but a problem is that although it is deleted (normal state I can’t find the deleted content, such as opening it with EXCEL), but I opened the data table with visual foxpro and found that the deleted records were just marked. How can I delete these data completely with the code~! Thanks in advance~! |
|