Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to recover the Visual Foxpro 5.0 .dbf and .dbc files?

Status
Not open for further replies.

VCat88

Programmer
Oct 11, 2002
57
MY
I have problem with database corrupted. So how to repair a table .dbf files and how to recover a .dbc files. (Without restore data) ???
 
Internal Consistency Error.

Cannot resolved backlink.

Any Idea on solving this problem?
 
HI vcat88,


"I have problem with database corrupted. So how to repair a table .dbf files and how to recover a .dbc files."

"Internal Consistency Error."

"Cannot resolved backlink."

Any Idea on solving this problem?



The errors could point to DBC/Tables or project.

1. Before attempting anything,
Open the project
With the project selected, click on the project Tab
in VFP menu
Click on Clean up project.

Often the problem could get resolved.

2. If this error is because of a table, which was belonging to a DBC, but forced open using some other way.. or .. you have shifted the relative position of tables, by physically copying the table of one DBC to another DBC... The back link etc issues propup. You can remove that table and then create it in a proper way.

In the FAQ area I have posted a thread with utility to copy tables from One DBC to Another DBC.

Utility to copy DBFs from one DBC to another DBC
faq184-629

Hope this helps you :)
ramani :)
(Subramanian.G),FoxAcc, ramani_g@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top