Subject | Re: [IBO] error in alteruser |
---|---|
Author | Lucas Franzen |
Post date | 2008-04-14T21:00:34Z |
Virtual Memory Developers of System schrieb:
Either you have to log in as SYSDBA or the database owner (if you have a
different one) or you have to change the metadata of your database to
give the user access to the tables / procedures etc.
In general you have these options:
- create a role, grant the permissions to a role and make the user
member of this role (and log in with that role!)
- grant the permissions to the user
- grant the permissions to public.
For more informations look up the Firebird manuals.
Luc.
> Thanks for helping my friend. Already this working. Now I need to getWell, this isn't IBO related.
> permission to reading, writing and implementation for the whole database
> this user. It could also help me in this process?
Either you have to log in as SYSDBA or the database owner (if you have a
different one) or you have to change the metadata of your database to
give the user access to the tables / procedures etc.
In general you have these options:
- create a role, grant the permissions to a role and make the user
member of this role (and log in with that role!)
- grant the permissions to the user
- grant the permissions to public.
For more informations look up the Firebird manuals.
Luc.