Detect corrupt database
I have an application that sometimes experinces a power
failure. This will sometime leave my database backend in a
state that cant be used any more - not even repair works
every time.
Is there a way to detect this from the front-end?
If so I can copy a "blank" version of my database to my
backend location and then start up again. This would cost
me some data - but be acceptable.
|