G
Guest
I distributed database to users in field. Program runs for 365 days (I
created table that counts down from Jan 1 to Dec 31). After Dec 31, unless
the table is reset, users can no longer access the database. Now is time to
renew the subscription.
What is the best way to have users reset the table? (One approach is to send
them a batch file that resets the table. However, to prevent unauthorized
resets, the batch file would only be allowed to execute once.)
Any other ideas on how to solve this? Or, is there a more elegant approach
that does not use a table to countdown from Jan 1 to Dec 31?
created table that counts down from Jan 1 to Dec 31). After Dec 31, unless
the table is reset, users can no longer access the database. Now is time to
renew the subscription.
What is the best way to have users reset the table? (One approach is to send
them a batch file that resets the table. However, to prevent unauthorized
resets, the batch file would only be allowed to execute once.)
Any other ideas on how to solve this? Or, is there a more elegant approach
that does not use a table to countdown from Jan 1 to Dec 31?