Exiting

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Not quite sure how this happened, but about one week ago,
my application now saves a new file db(n).mdb every time
I exit my application, where n is the number of times I
have visited the app.

I don't want this functionality, and am trying to find
out why this is happening.

Input greatly appreciated.

Thanks.
 
It sounds like you have the option "Compact Database on
close" and it is having trouble replacing the original with
the copy. Every time you exit the app the compact is
attempted and fails. It is supposed to create a file
called DB(#) and rename it to your DB name. I have seen
this happen occasionaly but never found the reason. I am
sure someone will be able to help you on this.

Jim
 
Back
Top