FB 6.0.0.2068, trying to restore a FB5 DB which contains SPs referencing system tables, something like
for
select rdb$field_name from rdb$relation_fields where ...
into :fldname
do ...
error message:
gbak: ERROR:table "PUBLIC"."RDB$RELATION_FIELDS" is not defined
The topic is user object referencing system object. Do you need a test case?
FB 6.0.0.2068, trying to restore a FB5 DB which contains SPs referencing system tables, something like
error message:
gbak: ERROR:table "PUBLIC"."RDB$RELATION_FIELDS" is not definedThe topic is user object referencing system object. Do you need a test case?