Discussion:
DBC cleanup
(too old to reply)
Lew
2010-07-27 17:53:40 UTC
Permalink
After a period of abuse, I've got a few dbc's with entries for tables
that no longer exist because they've been deleted manually outside the
ide. Is there a simple way to get rid of these entries
programmatically without going the use (<dbcname>) excl route?
Bernhard Sander
2010-07-28 09:07:58 UTC
Permalink
Hi Lew,
Post by Lew
After a period of abuse, I've got a few dbc's with entries for tables
that no longer exist because they've been deleted manually outside the
ide. Is there a simple way to get rid of these entries
programmatically without going the use (<dbcname>) excl route?
Have a look at VALIDATE DATABASE command

Regards
Bernhard Sander
Chris
2010-07-28 10:06:00 UTC
Permalink
Programmatically is the problem here. Validate database lists problems
to the ide, and validate database recover presents a user interactive
dialog. I'm looking for a 'hands free' solution.
Thanks.

Continue reading on narkive:
Loading...