<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FIREBIRD: Migration: Migration routine does not import HSQL TEXT TABLES."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117253#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FIREBIRD: Migration: Migration routine does not import HSQL TEXT TABLES."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117253">bug 117253</a>
              from <span class="vcard"><a class="email" href="mailto:robert@familiegrosskopf.de" title="robert@familiegrosskopf.de">robert@familiegrosskopf.de</a>
</span></b>
        <pre>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;)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>