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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.dbc files

Status
Not open for further replies.

iedied

MIS
Joined
Dec 16, 2003
Messages
4
Location
US
Is there a way to fix dbc files when the database is corrupted?

Thank you.
 
Have you tried the RECOVERY option with the database?

Look under help, validate database.

I believe this is what you need to do.

1. SET EXCL ON
2. OPEN the database - I usually use the FILE/OPEN menu options, select database, and ensure EXCL is checked.

3. VALIDATE DATABASE RECOVERY

Jim Osieczonek
Delta Business Group, LLC
 
Since no one else mentioned it, a good backup procedure is always a wonderful place to begin "fixing" corrupted files. With cheap CD/DVD writers (including RW) and very cheap spare hard disks (not to mention the old reliable tape drives), there really isn't a good excuse for not making (and verifying) regular backups. (Note: I've learned that backups are critical the "hard" way, so I can now say I've seen the light! :-))

Of course, we all know that even with these procedures in place you can still end up with cases where you need alternate techniques to recover from hardware, software, user and programmer mistakes.

Rick
 
Thank you all for your help.
One of my tables(the objectname) is missing from the dbc. file. I added the table back in and validate the database. But it didn't work.
I ended up using a good dbc file and zap append to fix the database. Is there an easy way to do this?

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top