https://bugs.documentfoundation.org/show_bug.cgi?id=136637

Robert Großkopf <rob...@familiegrosskopf.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rob...@familiegrosskopf.de
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Robert Großkopf <rob...@familiegrosskopf.de> ---
Seems Firebird doesn't like the character set - definition here.

CREATE TABLE ext_log EXTERNAL FILE 'ext_log.txt' (c char(2));

seems to work with a real path. But I couldn't find the file, which has been
created. Then I tried to input values into this (non existent, but listed)
table. I will get this message:
firebird_sdbc error:
*Use of external file at location /home/robby/ext_log.txt is not allowed by
server configuration
caused by
'INSERT INTO "EXT_LOG" ("C") VALUES ('y');'

All tested under OpenSUSE 15.1 64bit rpm Linux with LO 6.4.6.2

The original command with 
character set WIN1251
leads also to a hang of LO.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to