<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Database creation wizard dialog missing mysql connector options"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=119850#c17">Comment # 17</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Database creation wizard dialog missing mysql connector options"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=119850">bug 119850</a>
from <span class="vcard"><a class="email" href="mailto:lionel@mamane.lu" title="Lionel Elie Mamane <lionel@mamane.lu>"> <span class="fn">Lionel Elie Mamane</span></a>
</span></b>
<pre>(In reply to Tamas Bunth from <a href="show_bug.cgi?id=119850#c16">comment #16</a>)
<span class="quote">> What is a class string?</span >
The name of a Java class. In this general context, this Java class is supposed
to expose the JDBC interfaces, and be a driver to a DBMS. In this particular
context, a driver to MySQL.
When one uses the wizard to create a new odb, and chooses "MySQL", the next
question is (was?) "what driver?", with a choice between ODBC, JDBC and native
(if installed...).
For ODBC you give a DSN source name. It better be a MySQL source, but that's
not technically checked/guaranteed. The connection, on the LibreOffice/SDBC
side is then an ODBC one, but some settings are automatically hardcoded to the
right ones for MySQL.
For JDBC you give a "class name" and parameters. The class name tells
LibreOffice which driver to load (what Java class). Again, it better be a MySQL
driver, but that's not technically checked/guaranteed. The connection, on the
LibreOffice/SDBC side is then a JDBC one, but some settings are automatically
hardcoded to the right ones for MySQL.
Native, I think you understand :) That's the one that you remade, excising out
the MySQL C++ connector.</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>