[fpc-pascal] Looking for a Firebird book?

Inoussa OUEDRAOGO inoussa12 at gmail.com
Wed Apr 9 16:02:03 CEST 2008


2008/4/9, Michael Van Canneyt <michael at freepascal.org>:
> I do it like that too, because the security model of any RDBM is ridiculous,
>  firebird is no exception.
>
>  Security must be specified at a functional level, never at the table level.

Absolutely. And security model at the RDBM level prevents connection
pooling in a multi tiers
solution. The common use of the security model at the RDBM level is
for readonly users
in web applications. Even in this case, only one such user is defined
at the RDBMS, in
order to be able to use connection pooling.

-- 
Inoussa O.



More information about the fpc-pascal mailing list