the idea is
1- verify is the structure of the new dbf is the same of the old one
2- if .f. them modify the old dbf for iqual as the new one
3- verify the cdx files
My problem is how to compare the structure of the dbf and the cdx files.
my idea is to put into executable the structure of new dbf and them compare every time the client run's the program
The function has to read the new dbf from memory, compare the database, the index and if find any difference, them rename the old dbf 1 empty dbf from memory them append from old dbf. But i dont know how !?!?!