Subject Re: [firebird-support] Minus in username allowed but fails in GRANT
Author Helen Borrie
At 05:48 PM 19/01/2006 +0000, you wrote:
>Hi!
>
>I use WI-V6.2.972 Firebird 1.5
>I discovered that I can create user with '-' in his name (TH_RIHO-
>RENE) but when I start to granting him rights the GRANT fails because
>of the minus.
>
>How can it be possible?

1) Security.fdb is a dialect 3 database, while the database you are trying
to grant permissions in is dialect 1?

2) A user name doesn't have to exist in the security database in order to
be an argument to GRANT..TO.

./heLen