Subject Re: [firebird-support] How to limit the number of concurrent users to a database
Author Milan Babuskov
Fulvio Senore wrote:
> Do you think that this a reasonable solution, or are there better ones?

How about this:

Create ON CONNECT database trigger and read number of connected users
from MON$ATTACHMENTS. If it's larger than what you want, throw an exception.

--
Milan Babuskov

==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================