Hi all,
My company has a access application that is distributed locally to all machines (MDE is distibuted not MDB) when the users log into their machines.
Not sure that this is the best approach, i am unsure of the benefits of this compared to having the system on the network and have everyone access that as apposed to it being local, but it works, but if anyone has any suggestions on that, i would be willing to listen.
Anyway
that is not my question. this application is being sold to other similar companies, but we need to introduce a system where we can control the number of concurrent users so that we can control a set number of licences for each company. For instance, if they have bought 5 licences, they can only have 5 concurrent users.
I have some issues, primarily becuase the system is downloaded locally i am unsure how i can go about this. I was thinking of adding a "LoggedOn" flag to the users table, and also a "ComputerName" column so i could mark the user as logged on and take a note of the machine that they are working on. Then based on the number of licences i could control who can log in and when the number of concurrent users is greater then the licences bought then i could stop logins.
This is not very secure, and anyone could just go into the sql tables and remove my flags so it really is not the best solution, but i really cant think of anything else.
Does anyone else have any more ideas?
Thanks,
Rob
---------------------------------------
My company has a access application that is distributed locally to all machines (MDE is distibuted not MDB) when the users log into their machines.
Not sure that this is the best approach, i am unsure of the benefits of this compared to having the system on the network and have everyone access that as apposed to it being local, but it works, but if anyone has any suggestions on that, i would be willing to listen.
Anyway
I have some issues, primarily becuase the system is downloaded locally i am unsure how i can go about this. I was thinking of adding a "LoggedOn" flag to the users table, and also a "ComputerName" column so i could mark the user as logged on and take a note of the machine that they are working on. Then based on the number of licences i could control who can log in and when the number of concurrent users is greater then the licences bought then i could stop logins.
This is not very secure, and anyone could just go into the sql tables and remove my flags so it really is not the best solution, but i really cant think of anything else.
Does anyone else have any more ideas?
Thanks,
Rob
---------------------------------------