On Thu, 1 Jun 2006, Graeme Geldenhuys wrote:
> Hi, > > Anybody know how I can limit concurrent connections to a Firebird DB > via a FPC/Lazarus application. I am currently using FBLib as my > database component, but info on any sql component will do. > > Interbase used to have a Licensing API build into the database. Did > Firebird inherit that? Obviously not, since it is open source. There is no way to limit this, unless you recode the Firebird Server. In your own program, you can simply keep a count of the number of connection components... Michael. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal