Obtaining User Count

Greetings,
We want to limit the number of users logged into our Progress App.
Is there a way within Progress to obtain the number of users connected to a database?

Thanks.
Ed
Benedict Group, Inc.
 
select count(*) from _connect where _connect._connect-type = "self".
 
Back
Top