2008/4/9, Michael Van Canneyt <[EMAIL PROTECTED]>:
> 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.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to