mdb file overwritten

  • Thread starter Thread starter Steven
  • Start date Start date
S

Steven

My question is about stopping a malitious person from
doing something.

I have 20 users on my system. I have done some things to
protect my database, like password protect the file where
the password is passed from and .mde file so noone really
knows what is happening to open the main database. But
what if a person finds the main database on the network
and copies it to their c: drive. Then 10 days later
copies back over the main database. I would like for the
system to recognize that my main database has been copied
over. Is there anything in the file that can be checked
programmattically to test for this occurance.

I was thinking about testing the create date but I noticed
that if a file is in a directory and you copy over it that
the create date is not updated to the current date but
holds the old date. So that does me no good.

Are there any solutions here?

Thanks,

Steven.
 
Probably the best thing you can do is to put your main database in a hidden
share on your network.
 
Back
Top