Subject Options to configure error reporting?
Author vincent_kwinsey
Are there any options to configure error reporting in FB?

The problem is, apparently, due to 'error-reporting improvements' as
they are called in FB release notes:

in IB the select against EMPLOYEES table issued by user without any
rights on EMLPOYEES table resulted in error message:
'No permission for read/select access to table EMPLOYEES'

but on FB - the same error is reported as
'No permission for read/select access to COLUMN ADDRESS'

So - FB doesn't mention table name in such a cases and this can lead to
confusion. Is any chance to ask FB to mention table name in this case
as well. I know - it is always possible to get table name by column
name (using RDB$RELATION_FIELDS), but there can me more tables with the
same column name and also - this is additional code for error
handling... It is a bit complex, as SQLCODE -501 can be attributed to 2
different error.