Tezcatlipoca
Registered User.
- Local time
- Today, 11:01
- Joined
- Mar 13, 2003
- Messages
- 246
Right, so I'm working on a database project that, on final release, will have a free trial version. When this free trial comes to an end, the database should cease to function.
Probably the best way I can think of to do this (although I'm open to other suggestions) is to include some VB code which will remove functionality.
My thought was to have some VB that checks how long the database has been in use for, then fires an action when it gets to 3 months (the trial period). This bit is easy to write, and I currently have it firing a simple message box when the time is reached.
What I want, is instead of a message box, a trigger to completely delete certain forms from the database, maiing functionality impossible and, more importantly, removing the chance of import or reverse engineering. but, here's the thing, one of those forms should be the one the code that's executing the delete is sitting on.
This bit I'm a little less certain on. Any ideas?
Probably the best way I can think of to do this (although I'm open to other suggestions) is to include some VB code which will remove functionality.
My thought was to have some VB that checks how long the database has been in use for, then fires an action when it gets to 3 months (the trial period). This bit is easy to write, and I currently have it firing a simple message box when the time is reached.
What I want, is instead of a message box, a trigger to completely delete certain forms from the database, maiing functionality impossible and, more importantly, removing the chance of import or reverse engineering. but, here's the thing, one of those forms should be the one the code that's executing the delete is sitting on.
This bit I'm a little less certain on. Any ideas?