Subject | Re: [firebird-support] How to limit the number of concurrent users to a database |
---|---|
Author | Milan Babuskov |
Post date | 2012-06-14T10:04:06Z |
Fulvio Senore wrote:
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
==================================
> 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
==================================