Suppose you have a database table that contains:
- serial number
- machine name
- domain name/user name
- IP address
- date and time
for each time the customer uses (it could be added or updated only) the software you manufacture and sell. How would you prevent more than one user to use it concurrently?
Thanks.
EDIT: I forgot to mention that I am talking about a Desktop application like MS Word.