Subject | Re: [firebird-support] Grants on views |
---|---|
Author | PenWin |
Post date | 2009-10-21T08:55:32Z |
>> Your provided script works for me with Firebird 2.1.2 CS. MY_USER isIt doesn't work with Firebird 1.5 :-(((
>> able to query both views.
>>
>> * Did you commit your GRANT statements?Yes.
>>
>> * If you did a commit, then does it help to start a new transaction inThat is automatic for me - I am using a different tool for DML and a
>> the session where you are running the SELECT * FROM statement?
>>
different tool for DDL, so I always have a different connection and a
different transaction.
>That is also automatic.
> And third, in CS you might need to re-connect, otherwise the already
> established connection probably won't see this metadata change.
>
Pepa Kokes