Subject | Re: [ib-support] Problem in Check constraints and in Grant Option |
---|---|
Author | Claudio Valderrama C. |
Post date | 2001-10-25T01:28:01Z |
"jyotindra bhoyania" <jyotindra_bhoyania@...> wrote in message
news:20011024104006.11696.qmail@......
You can't grant to on all tables with one command. You should issue the
command for every table. There are utilities that manage rights, have a look
here:
http://www.cvalde.com/misc/packages_and_utilities.htm
format. You grant all rights you want to the role, then you grant the role
to any user you want to have that rights. For this to work, you should
specify the role at connection time.
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing
news:20011024104006.11696.qmail@......
>What is the full DROP command? What is the error message?
> Hi All,
> I am using Firebird version 1.0.0.338 and I
> have a very strange.
> Which are as follows
> 1. I Can not drop check CONSTRAINT for particular
> column.
> 2. I want to grant ALLYou can grant ALL on each table to a user or a role.
> prievilage(ALL,SELECT,UPDATE,...) to ALL TABLE which
> belongs to one database.
You can't grant to on all tables with one command. You should issue the
command for every table. There are utilities that manage rights, have a look
here:
http://www.cvalde.com/misc/packages_and_utilities.htm
> 3.How to assign a Role to a User for All Tables whichPlease read LangRef = Language Reference, one of the guides available in PDF
> belongs to one database.
format. You grant all rights you want to the role, then you grant the role
to any user you want to have that rights. For this to work, you should
specify the role at connection time.
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing