Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

limit logins

Status
Not open for further replies.

yomyom

Programmer
Dec 23, 2002
119
GB
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top