Copy Protection of Access Application

J

JRF

How can I protect an Access *.mdb application from being copied, is it
possible, as it is with other files such as *.doc and *.xls files by setting
attributes. I have implemented the shift-bypass feature in an application
to prevent viewing of code over the *.mde creation. I would like to explore
protecting my *.mdb file from being copied, or does it even make sense to
concern myself with this area to begin with?
 
J

JRF

I do know about your mentioned items, just wondering if there was a way of
preventing an individual from copying an application from one CD to another,
something such as currently being tried with music CD's, just a curiousity
thing. Without curiousity, much of what we have today would not exist.
 
T

Tony Toews

JRF said:
How can I protect an Access *.mdb application from being copied, is it
possible, as it is with other files such as *.doc and *.xls files by setting
attributes. I have implemented the shift-bypass feature in an application
to prevent viewing of code over the *.mde creation. I would like to explore
protecting my *.mdb file from being copied, or does it even make sense to
concern myself with this area to begin with?

This doesn't exactly answer your explicit question but by making the
app an MDE as Joseph states will help along with the following.

Tools available from sites such as sysinternals.com can crack any
method you use to store a future date anywhere on a system such as in
the registry or a file. Unless it's encrypted. But even then if you
delete the date from wherever it's stored your app may think it's just
installed.

Thus I prefer to limit the number of records in one key table such as
5 units or 50 volunteers but allow unlimited access for everything
else. Once I get paid then I email them an encrypted file containing
the number of records they are licensed for as well as their company
name which goes on the bottom of every page of every report.

For more of my thoughts on this topic see my "Copy protection or how
to safely distribute a demo Microsoft Access Application" page at my
website.

Tony

--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
J

JRF

Thanks Tony, the information was informative. I too use the record
limitation methods and creation of *.mde, also setting some of the security
features in code on open of the application, and the application default
form.

The security issue raised my brows a few days ago when I saw a single
purchase software application "copied" onto several individual CD's and
distributed to a small group of individual workstations, knowing that the
original purchase was for a single use license.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top