Subject | Re: [firebird-support] Firebird ODBC driver exception on server |
---|---|
Author | Claudio Romero |
Post date | 2010-02-12T20:20:29Z |
Hello
for connect to Firebird you must use a user name, and this user don't have
Privileges on select/read for table CONTACT.
Check the Privileges for this table with some admin tool (like flamerobin)
or
GRANT SELECT ON CONTACT TO your_user_name;
Regards
[Non-text portions of this message have been removed]
for connect to Firebird you must use a user name, and this user don't have
Privileges on select/read for table CONTACT.
Check the Privileges for this table with some admin tool (like flamerobin)
or
GRANT SELECT ON CONTACT TO your_user_name;
Regards
[Non-text portions of this message have been removed]