Record Deleted

  • Thread starter Thread starter David W
  • Start date Start date
D

David W

Every now and then I get an error of record deleted with my application. I
have checked with the users who are logged in and no one has deleted a
record. Has anyone ever dealt with this? I know that it usually happens when
one specific pc is logged in.
We have a typical frontend database sharing the backend records with record
locking.

Any Advice?

Thanks David
 
We have a typical frontend database sharing the backend records with
record locking.

Multiple users sharing one FE is considered by many to be a bad thing since
it could incease risk of data corruption. You could also illiminate this
from your enquiries by giving each user their own copy of the FE to see if
it cures the problem.

Keith.
www.keithwilby.com
 
My fault, phrased wrong
Every one is running thier own copy on there pc, and all of those copies
look at the same BE
 
Back
Top