Subject | Re: [ib-support] external tables & backup/restore |
---|---|
Author | Claudio Valderrama C. |
Post date | 2002-03-11T01:28:54Z |
""Nick Upson"" <uebridger@...> wrote in message
news:F127zmRf6Ci6nx8dyDd0001ea74@......
select * from rdb$relation_fields rf join rdb$fields f
on rf.rdb$field_source = f.rdb$field_name
where rf.rdb$relation_name = 'TBL'
order by rf.rdb$field_name;
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing
news:F127zmRf6Ci6nx8dyDd0001ea74@......
>external
> >Anyway, your issue seems to be that the external table is still an
> >table after the restore, so it should be read again from the ASCII file.If
> >this is the case, can you query the system tables to know if theselect * from rdb$relations where rdb$relation_name = 'TBL';
> >information
> >about fields and lengths is correct? I found some fields for external
> >tables
> >definitions in the system tables that contrary to my expectation, aren't
> >used.
>
> I don't know what to extract
select * from rdb$relation_fields rf join rdb$fields f
on rf.rdb$field_source = f.rdb$field_name
where rf.rdb$relation_name = 'TBL'
order by rf.rdb$field_name;
> >Maybe it's a bug in v4's gbak?I don't know. I never saw it documented or acknowledged, sorry.
>
> but has it been fixed in a later version?
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing