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

--- Comment #5 from [email protected] ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to