|
[
Permalink
| « Hide
]
Vincent Kwinsey added a comment - 10/Jan/08 05:16 AM
As fas as I know - then Interbase reported only table name, but since around FB 1.5.3 the reporting of column name (only) was introduced as 'error reporting improvement'. From column name it is always possible to retrive all the tables (from rdb$relation_fields) which have columns with some name, but there can be a lot of tables for some popular column name as 'description' or 'amount' - the present form of error message is really confusing and sometime almost without any value.
Improved diagnostics - now once can see:
SQL> update table2 set c2=0; Statement failed, SQLCODE = -551 no permission for update/write access to COLUMN TABLE2.C2 SQL> |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||