<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: Add 'Don't ask again' option to the migration dialog"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117120#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Firebird Migration: Add 'Don't ask again' option to the migration dialog"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117120">bug 117120</a>
              from <span class="vcard"><a class="email" href="mailto:tk@mic-consulting.de" title="Thomas Krumbein <tk@mic-consulting.de>"> <span class="fn">Thomas Krumbein</span></a>
</span></b>
        <pre>sorry, it doesn´t help just to close the bug and explain, it is just a
duplicate.

And yes, same problematic, but different aspect:

Description:
using a base hsqldb file as a data source causes a pop-up message "Confirm
Migration". 
This may be ok, if a user open a base file first time, but unfortunartly this
massage appears every time, when you call a connection via macro.

macro stops at this moment and it is never a good idea, when users will migrate
at this time!

Remove this message imitatively! 


Steps to Reproduce:
1. register a base file with hsqldb as darta-source

2. write a macro, with uses data out of the database. therefor connect to
database 

Function knp_getConnection_BaseDok
  Dim oDBC As Variant
  Dim oDataSource As Variant
On Error Goto Fehler:
  oDBC = createUnoService("com.sun.star.sdb.DatabaseContext")
  oDataSource = oDBC.getByName("NameofDataSource")
  knp_getConnection_BaseDok = oDataSource.getConnection("","")
Fehler:
End Function

3. run macro - 

Actual Results:
popup message appears at every connection call and every data-transfer

Expected Results:
no popup at all!!


Reproducible: Always</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>