Question { 5975 }
.dbf file corrupted
Dear Friends,
I am using DBF file in Foxpro.
DBF file corrupt and show message "Not a database file"
Waiting for your reply.
With regards!
Answer
First of all visit next resource:- [url=http://www.filerepairforum.com/forum/databases/databases-aa/dbase-iv-clipper-foxpro/429-how-can-i-open-corrupted-dbf-file-via-ms-foxpro]http://www.filerepairforum.com/forum/databases/databases-aa/dbase-iv-clipper-foxpro/429-how-can-i-open-corrupted-dbf-file-via-ms-foxpro[/url] - here you can find some proper solutions connected with your issue
As a variant try next step:
Copy a valid memo file over the corrupt memo file to access the database again.
NOTE: The original memo field information will be lost unless the valid memo file was an exact backup of the corrupt file. All memo field backup files have an extension of .TBK.
The corrupt memo file will have an .FPT extension, such as OLD.FPT. In the following example, assume NEW.FPT is a valid memo file. To bypass the error message and access the database again, type the following command at the MS- DOS command prompt:
copy new.fpt old.fpt