Hi, you may watch my video here : Secure Access Database with Online License KeysHi,
I want to allocate License keys to users, I want to achieve the concept where I store a license key in a text file on a webserver.
Every time the user opens the database, a HTTP response checks the license key to see if it valid.
Has anyone created anything like this...or if anyone can guide me to a pre-written code to achieve this?
This is my simple idea to test the code for online validation, hope it meet your need.