<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - [FreeTDS][SQL Server]Incorrect syntax near 'Database-Name'."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117800#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - [FreeTDS][SQL Server]Incorrect syntax near 'Database-Name'."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117800">bug 117800</a>
              from <span class="vcard"><a class="email" href="mailto:vegardv@uninett.no" title="Vegard Vesterheim <vegardv@uninett.no>"> <span class="fn">Vegard Vesterheim</span></a>
</span></b>
        <pre>With my very limited Windows knowledge, I tried to enable tracing on the
MS SQL Server side using "SQL Server Profiler".

Watching the traces in "SQL Server Profiler" I first try using sqsh from
the command line. This works fine, and the SQL statement is traced as:

    select name from aboreg;

When I run the equivalent (non-working) statement within LibreOffice, I
notice that the traced statement is:

    select "name" from "aboreg";

Suspecting that the quotes may cause problems, I tried running the same
statement (with the quotes) in sqsh. This also works fine.</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>