You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2014/05/15 16:08:56 UTC

svn commit: r1594921 - in /db/derby/docs/trunk/src/tools: ctoolsijtools16011.dita rtoolsijpropref28146.dita

Author: chaase3
Date: Thu May 15 14:08:56 2014
New Revision: 1594921

URL: http://svn.apache.org/r1594921
Log:
DERBY-6462  Provide more information about database name and path syntax

Modified 2 Tools Guide topics.

Patch: DERBY-6462-5.diff

Modified:
    db/derby/docs/trunk/src/tools/ctoolsijtools16011.dita
    db/derby/docs/trunk/src/tools/rtoolsijpropref28146.dita

Modified: db/derby/docs/trunk/src/tools/ctoolsijtools16011.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/tools/ctoolsijtools16011.dita?rev=1594921&r1=1594920&r2=1594921&view=diff
==============================================================================
--- db/derby/docs/trunk/src/tools/ctoolsijtools16011.dita (original)
+++ db/derby/docs/trunk/src/tools/ctoolsijtools16011.dita Thu May 15 14:08:56 2014
@@ -46,8 +46,9 @@ Network Client is:   <ul>
 </ul></p>
 <p>The italicized items stand for something the user fills in:   <ul>
 <li><i id="rtoolsijtools16246">databaseName</i>   <p>The name of the database
-you want to connect to. This might also include the file system path name of the
-database. The path separator in the connection URL is a forward slash
+you want to connect to. The <i>databaseName</i> value can be either an absolute
+path name or a path name relative to <i>derby.system.home</i>, the system
+directory. The path separator in the connection URL is a forward slash
 (<codeph>/</codeph>), even in Windows path names. The database name value cannot
 contain a colon (<codeph>:</codeph>), except for the colon after the drive name
 in a Windows path name.</p></li>

Modified: db/derby/docs/trunk/src/tools/rtoolsijpropref28146.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/tools/rtoolsijpropref28146.dita?rev=1594921&r1=1594920&r2=1594921&view=diff
==============================================================================
--- db/derby/docs/trunk/src/tools/rtoolsijpropref28146.dita (original)
+++ db/derby/docs/trunk/src/tools/rtoolsijpropref28146.dita Thu May 15 14:08:56 2014
@@ -43,11 +43,12 @@ either an absolute path name or a path n
 contain a colon (<codeph>:</codeph>), except for the colon after the drive name
 in a Windows path name.</p>
 <p>When specified on the command line, the <i>databaseConnectionURL</i> should
-not be enclosed in single quotes. However, if the database path name contains
-special characters (such as a space), it must be enclosed in double quotes.</p>
+not be enclosed in single quotes. However, if the connection URL contains
+special characters (such as a space, or a semicolon on a UNIX system), it must
+be enclosed in double quotes.</p>
 </refsyn>
-<example><title>Example</title> <codeblock><b>java -Dij.protocol=jdbc:derby: 
-    -Dij.database=wombat;create=true org.apache.derby.tools.ij</b>
+<example><title>Example</title> <codeblock><b>java -Dij.protocol=jdbc:derby: \ 
+-Dij.database="wombat;create=true" org.apache.derby.tools.ij</b>
 ij version <ph conref="../conrefs.dita#vers/shortversionnumber"></ph>
 CONNECTION0* -  jdbc:derby:wombat
 * = current connection