Hello all.
I have a database that is split front end(FE) and back end(BE). The BE is in a seperate location away from users eyes and the FE is distrubited via email to the required users.
How can I ensure that when I make changes to the FE and send them the new version that they can only access the BE with the correct FE version.
I was thinking of making a new table in the BE that would have the current version number in the table and the FE would also have a version number. Then with the FE i would use the on load function to do a check to ensure that the FE and BE version numbers match up. If they dont it would tell them to get the correct version and close access.
thats my Idea i just cant seem to work out how to do it.
P.S. I have seen the autoFEupdater website but that is not an option for me. as nice as it would be
Thanks