Subject [firebird-support] Re: Getting name of FB currently logged in user in Delphi 7
Author Alan.Davies@aldis-systems.co.uk
That works, but how about getting the total number of users logged in
- say for when you need sole access because of multi-table updates
that must all work. How can you check there are no other users
logged-in?

SELECT count(current_user) FROM rdb$database; returns 1
--
Alan J Davies