View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rudy[_2_] Rudy[_2_] is offline
external usenet poster
 
Posts: 2
Default 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.