[Libreoffice-bugs] [Bug 117253] FIREBIRD: Migration: Migration routine does not import HSQL TEXT TABLES.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Apr 27 07:02:56 UTC 2018


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

--- Comment #5 from robert at familiegrosskopf.de ---
Seems external tables are disabled for the internal Firebird database. When
running
CREATE TABLE TEST_TXT
EXTERNAL FILE 'test.txt' (
message CHAR(100) );

There isn't created test.txt.

When I refresh the tables I could see TEST_TXT - but without any row and any
column.

Trying to insert values through direct SQL shows:1: 
firebird_sdbc error:
*Use of external file at location /home/robby_daten/Lotest/test.txt is not
allowed by server configuration

The one point: External files are not allowed.
The second: The database is at /home/robby/Downloads/... - Firebird searches
for the file at the position I started my LO-testversion.

Now I try to delete the table in my database-file, but it is impossible through
the GUI, only works in direct SQL (DROP TABLE TEST_TXT;)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180427/08722cd9/attachment.html>


More information about the Libreoffice-bugs mailing list