Subject Re: [IBO] error in alteruser
Author Lucas Franzen
Virtual Memory Developers of System schrieb:
> Thanks for helping my friend. Already this working. Now I need to get
> permission to reading, writing and implementation for the whole database
> this user. It could also help me in this process?

Well, this isn't IBO related.
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.