Board index » delphi » How to limit the number of users loged in

How to limit the number of users loged in

How can I limit the number of users  ( say 5) logged into an database
application I have programmed in Delphi?
The database is Paradox and the application is using the BDE. Is there a way
to read the .net file or is a global variable the way to go. The method
needs to be reasonably secure.
 

Re:How to limit the number of users loged in


See DbiOpenUserList in the BDE API help file in your BDE directory.

--
Bill
(TeamB cannot answer questions received via email)

Other Threads