<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:iplaw67@tuta.io" title="Alex Thurgood <iplaw67@tuta.io>"> <span class="fn">Alex Thurgood</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - uploading documents into Base (eg pdfs, writer documents) editing UI"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121805">bug 121805</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - uploading documents into Base (eg pdfs, writer documents) editing UI"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121805#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - uploading documents into Base (eg pdfs, writer documents) editing UI"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121805">bug 121805</a>
              from <span class="vcard"><a class="email" href="mailto:iplaw67@tuta.io" title="Alex Thurgood <iplaw67@tuta.io>"> <span class="fn">Alex Thurgood</span></a>
</span></b>
        <pre>@Rik : you can store binary data in your embedded database, but if you do that
with embedded hsqldb ODB, the database will become unwieldy (memory management
issues) and error prone over time (you also need how to figure out how to
display the PDF, but this is technically possible).

Ideally, the PDFs should be stored separately in a file store, and a path URL
to each one stored in the database. This will reduce portability though, as the
path to the PDF store would have to be identical on each machine (and the store
transferred along with the ODB file).


Whilst I can agree to the request for enhacement, given the current environment
surrounding embedded database files, I doubt that this is going to change any
time soon.</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>