Subject | Re: [ib-support] Insufficient sql rights problem |
---|---|
Author | Claudio Valderrama C. |
Post date | 2002-03-25T01:34:47Z |
"Nataraj S Narayanan" <nataraj@...> wrote in message
news:Pine.LNX.4.21.0203241558240.841-100000@......
Interbase? Are you using Firebird? Which version and (if possible) which
build?
SHOW GRANTS;
that will list anything (excluding sysdba rights) and
SHOW GRANTS object;
to list only the rights to that object. Assuming USER_ID is on table T1, you
can do
show grants t1;
on your original and new db and see if something changed.
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing
news:Pine.LNX.4.21.0203241558240.841-100000@......
>The first step to post a question is identifying the engine. Are you using
> I had to backup and restore a 45 Mb gdb ,after which when i execute the
> delphi/bde application I get a message
Interbase? Are you using Firebird? Which version and (if possible) which
build?
> "Insufficient Sql rights for operation no permission for write access toThe Firebird's isql has a command
> column USER_ID"
SHOW GRANTS;
that will list anything (excluding sysdba rights) and
SHOW GRANTS object;
to list only the rights to that object. Assuming USER_ID is on table T1, you
can do
show grants t1;
on your original and new db and see if something changed.
> Could it be due to any data corruption that an error which was not seenMaybe, but who created the db, the same user that did the backup/restore?
> before
> backup and restore came up now?
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing