Hello
Is there a way to limit access to RemoteDB users with just a simply version number betwen the Server and Client?
Actually I only use "UserName and Password" properties between RemoteDB Server and RemoteDB Clients in order to link it, but in some way prior to any RemoteDB Client connection to the server I want to validate some kind of version number as for example:
- RemoteDB Server starts with version 1.0.0, so any RemoteDB Client must have the same 1.0.0 coded inside.
- If I want to release new features to the RemoteDB Client in a version 1.0.1, then I need to force my user to contact me in order to upgrade his RemoteDB Server to version 1.0.1, so both tiers must match the version number in order to connect.
I know changing the "username and password" can do the trick, but I want to see if there are some samples you can give me for version numbering validations.
Thanks