.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 Posted / leobeut
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
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List the properties of a transaction.
Differentiate between unique key and foreign key?
What is the advantage of varchar2 over char?
What is a database string?
Explain buffer manager?
HOW PASS PARAMETERS FOLLOWING ORDER RPG-CL-RPG?
What are the advantages of using database?
Explain artificial key?
Which Statement would you use to remove the EMPLOYEE_Id_PK PRIMARY KEY constraint and all depending constraints from the EMPLOYEE table?
1. How to test Database? Please, give me all details for "SQL,Msaccess, Mysql Database? 2.For which functionalities database used? 3.How to convert Guest to Admin by Mysql database?
what is ad-hoc access? what is the diff b/w managed query and ad-hoc access?
What are different types of blocks used in stored procedure?
how can you perform lookup range in lookup stage expalin in detail?
How does database replication work?
Explain the various types of normalization.