View Single Post
  #7  
Old July 25th, 2004, 01:13 AM
Ian D.
external usenet poster
 
Posts: n/a
Default Copyright protection

I kenw I had seen a link for this somewhere before.
It just took me a while to find it again.
I'm not sure if this is what you want but you can check it out anyway.

http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='LicenseLock'

Good luck



Kenny wrote in message ...
Hi guys,

I have an Access database that I am running and I want to prevent people
from using the database without my permission. How could I protect it?

My one thought is to uniquely identify the machine that it is running on and
then use that identifier in conjuntion with the date/time to produce a key
that I will issue to the user. In order to do this I need my code to lookup
or identify some unique number on the computer.....I dunno.......maybe the
CPU production serial number(if there is such a thing) or somethng similar.

Any ideas?

Thanks

Kenny