Subject | Re: [firebird-support] FB3 external table |
---|---|
Author | Mark Rotteveel |
Post date | 2018-05-27T09:32:49Z |
On 25-5-2018 22:47, 'livius' liviuslivius@...
[firebird-support] wrote:
something like:
ALTER TABLE <tablename> ALTER EXTERNAL [FILE] <filename>
Mark
--
Mark Rotteveel
[firebird-support] wrote:
> previously it was possible to change external table filenameAs far as I can tell: no. I suggest you create a ticket to introduce
> UPDATE
> RDB$RELATIONS r
> SET r.RDB$EXTERNAL_FILE='c.txt'
> WHERE
> r.RDB$EXTERNAL_FILE='b.txt'
> in FB3 it is prohibited.
> Is there some DDL statment to alter such table only file name?
something like:
ALTER TABLE <tablename> ALTER EXTERNAL [FILE] <filename>
Mark
--
Mark Rotteveel