diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-08-01 10:24:59 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-08-01 15:27:32 +0200 |
commit | e7503a6fb22cc19695b9a1d9b826e4c21307c52f (patch) | |
tree | cd3a78a57c9f52fa668959a0c9da4931220384a6 /source/text | |
parent | eb71be0f9684772b12eefb8c1ab59659dbf39328 (diff) |
tdf#126623 Correct URL for Mysql JDBC page
Change-Id: I326e123ec446aa818c0761ed172f2c4cfd09bbd0
Reviewed-on: https://gerrit.libreoffice.org/76801
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/shared/explorer/database/dabawiz02jdbc.xhp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source/text/shared/explorer/database/dabawiz02jdbc.xhp b/source/text/shared/explorer/database/dabawiz02jdbc.xhp index 4c17e827d0..ee9bbbde5e 100644 --- a/source/text/shared/explorer/database/dabawiz02jdbc.xhp +++ b/source/text/shared/explorer/database/dabawiz02jdbc.xhp @@ -39,7 +39,7 @@ <paragraph role="heading" id="par_idN10623" xml-lang="en-US" level="2">JDBC Examples</paragraph> <paragraph role="paragraph" id="par_idN10627" xml-lang="en-US"> <item type="productname">You can use a JDBC driver class to connect to a JDBC database from %PRODUCTNAME</item>. The driver class is provided by the database manufacturer. Two examples of JDBC databases are Oracle and MySQL.</paragraph> -<paragraph role="note" id="par_idN1062D" xml-lang="en-US">The driver classes must be added to %PRODUCTNAME in <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Advanced.</paragraph> +<paragraph role="note" id="par_idN1062D" xml-lang="en-US">The driver classes must be added to %PRODUCTNAME in <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Advanced</menuitem>.</paragraph> <paragraph role="heading" id="par_idN10634" xml-lang="en-US" level="3">Oracle database</paragraph> <paragraph role="paragraph" id="par_idN10638" xml-lang="en-US">You can use a JDBC driver to access an Oracle database from Solaris or Linux. To access the database from Windows, you need an ODBC driver.</paragraph> <switch select="sys"> @@ -77,14 +77,13 @@ </list> <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/jdbcconnectionpage/browseurl" id="bm_id6293221" localize="false"/> <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_PAGE_DBWIZARD_JDBC_ET_MYSQLPORT" id="bm_id3450117" localize="false"/><paragraph role="heading" id="par_idN106A0" xml-lang="en-US" level="2">Data source URL</paragraph> -<paragraph role="paragraph" id="par_idN106A4" xml-lang="en-US"><ahelp hid=".">Enter the URL for the database. For example, for the MySQL JDBC driver, enter "jdbc:mysql://<Servername>/<name of the database>". For more information on the JDBC driver, consult the documentation that came with the driver.</ahelp></paragraph> +<paragraph role="paragraph" id="par_idN106A4" xml-lang="en-US"><ahelp hid=".">Enter the URL for the database. For example, for the MySQL JDBC driver, enter "mysql://<Servername>/<name of the database>". For more information on the JDBC driver, consult the documentation that came with the driver.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/connectionpage/javaDriverLabel" id="bm_id3153970" localize="false"/> <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/jdbcconnectionpage/jdbcEntry" id="bm_id3153969" localize="false"/> <paragraph role="heading" id="par_idN106BB" xml-lang="en-US" level="2">JDBC Driver Class</paragraph> <paragraph role="paragraph" id="par_idN106BF" xml-lang="en-US"><ahelp hid=".">Enter the name of the JDBC driver.</ahelp></paragraph> <section id="classpath"> -<paragraph role="warning" id="par_id7953733" xml-lang="en-US">Before you can use a JDBC driver, you need to add its class path. Choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME</emph> -<emph>- Advanced</emph>, and click the <emph>Class Path</emph> button. After you add the path information, restart <item type="productname">%PRODUCTNAME</item>.</paragraph> + <paragraph role="warning" id="par_id7953733" xml-lang="en-US">Before you can use a JDBC driver, you need to add its class path. Choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Advanced</menuitem>, and click the <widget>Class Path</widget> button. After you add the path information, restart %PRODUCTNAME.</paragraph> </section> <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/jdbcconnectionpage/jdbcButton" id="bm_id3153971" localize="false"/> <paragraph role="heading" id="par_idN106CE" xml-lang="en-US" level="2">Test Class</paragraph> |