I have a clipper database (I assume it is clipper based because the bat file for opening it has the following code:
set clipper=V010;R016;F035;E0
main /P
set clipper=
This database is one that we use a lot, and one of my assistants opened one of the DBF files in Excel and inadvertantly save it in a DB IV format. The program works fine except for one routine where the program just quits. I have an OLD backed up version that works fine. Is there a routine that I can use to merge the DB IV file with the Clipper file while retaining the clipper format. We have added approximately 4000 records since the last back up.
Thanks for your assistance.
set clipper=V010;R016;F035;E0
main /P
set clipper=
This database is one that we use a lot, and one of my assistants opened one of the DBF files in Excel and inadvertantly save it in a DB IV format. The program works fine except for one routine where the program just quits. I have an OLD backed up version that works fine. Is there a routine that I can use to merge the DB IV file with the Clipper file while retaining the clipper format. We have added approximately 4000 records since the last back up.
Thanks for your assistance.