How would I go about limiting the number of clients logging in to my database at a given time. Can this serve as a useful way of enforcing license agreement?
What I mean is that if I could count the number of client applications attempting to login at a time e.g sell a 4 user license and prevent a 5th user from logging on while giving a license user violation message.
I know it will involve the onlogin event of the database component
but I cant acess the params property. Can anyone help?
Yomi.
What I mean is that if I could count the number of client applications attempting to login at a time e.g sell a 4 user license and prevent a 5th user from logging on while giving a license user violation message.
I know it will involve the onlogin event of the database component
but I cant acess the params property. Can anyone help?
Yomi.