Re: [firebird-support] FB3 external table

2018-05-27 Thread 'livius' liviusliv...@poczta.onet.pl [firebird-support]
>>As far as I can tell: no. I suggest you create a ticket to introduce >>something like >>ALTER TABLE ALTER EXTERNAL [FILE] >>Mark >>-- >>Mark Rotteveel Thank you created http://tracker.firebirdsql.org/browse/CORE-5834 regards, Karol Bieniaszewski

Re: [firebird-support] FB3 external table

2018-05-27 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 25-5-2018 22:47, 'livius' liviusliv...@poczta.onet.pl [firebird-support] wrote: > previously it was possible to change external table filename > 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

[firebird-support] FB3 external table

2018-05-25 Thread 'livius' liviusliv...@poczta.onet.pl [firebird-support]
Hi, previously it was possible to change external table filename 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? regards, Karol Bieniaszewski