Corrupted database

  • Thread starter Thread starter cae
  • Start date Start date
C

cae

I do a lot of copies and cut/paste when building an
application; i.e. copying forms and reports to create
similar but different ones. Eventually, I will get
an "module not found" or "you cancelled the previous
operation". At that point the database is unusable and I
must import all objects into a new DB. During the import
one or more objects gives a message "name conflicts with
another object". The object is one that I have copied
from another.

What is happening?

Thanks
 
Once the database is corrupt, you can expect that kind of odd behaviour.

The important issue is probably, "How can I prevent this corruption?"

We have summarized our experience in:
Preventing Corruption
at:
http://members.iinet.net.au/~allenbrowne/ser-25.html
There are 12 items under, "Preventing corruption during development" that
should cut this back for you.
 
Back
Top