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

--- Comment #9 from Vegard Vesterheim <[email protected]> ---
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.

-- 
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