I have a database solution that can be sold to clients but I don't want a client to then pass on that database to someone else. Much like MS office won't install on more than one machine. Is it possible to have an AutoExec run that would check that a computer's unique identifier matches one hardcoded into the database? If it doesn't match then the database closes. Or is there a better option/way of achieving what I need?
Asked
Active
Viewed 309 times
1 Answers
0
I suggest KeyedAccess which requires a key for each install that you provide. http://www.peterssoftware.com/ka.htm

Anthony Griggs
- 1,469
- 2
- 17
- 39
-
Thanks, I will have a look. – Mel Forsyth Apr 17 '16 at 04:24