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 fu...@apache.org on 2005/06/29 00:46:37 UTC

svn commit: r202296 [14/16] - in /incubator/derby/docs/trunk/src: adminguide/ devguide/ getstart/ ref/ tools/ tuning/

Modified: incubator/derby/docs/trunk/src/tools/ctoolsijtools26429.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/ctoolsijtools26429.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/ctoolsijtools26429.dita (original)
+++ incubator/derby/docs/trunk/src/tools/ctoolsijtools26429.dita Tue Jun 28 15:46:15 2005
@@ -1,4 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN"
+ "../dtd/concept.dtd">
 <!-- 
 Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
 
@@ -14,21 +16,17 @@
 See the License for the specific language governing permissions and  
 limitations under the License.
 -->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="ctoolsijtools26429">
+<concept id="ctoolsijtools26429" xml:lang="en-us">
 <title>What are the Derby tools and utilities?</title>
-<prolog>
-</prolog>
+<shortdesc>This section covers some basics about Java, <ph conref="toolsconrefs.dita#prod/productshortname"></ph>,
+and JDBC for new users or infrequent users (such as those who only use the <ph
+conref="toolsconrefs.dita#prod/productshortname"></ph> tools and are not developing
+applications).</shortdesc>
+<prolog><metadata>
+<keywords><indexterm>Tools<indexterm>how to use</indexterm></indexterm></keywords>
+</metadata></prolog>
 <conbody>
-<p><indexterm>Tools<indexterm>how to use</indexterm></indexterm>This
-chapter covers some basics about Java, <ph conref="toolsconrefs.dita#prod/productshortname"></ph>, and JDBC for new users
-or infrequent users (such as those who only use the <ph conref="toolsconrefs.dita#prod/productshortname"></ph> tools and
-are not developing applications). For more complete information on these topics,
-see the <cite><ph conref="toolsconrefs.dita#pub/citdevelop"></ph></cite>.  
-<ul>
-<li><xref href="ctoolsijtools30948.dita#ctoolsijtools30948"/></li>
-<li><xref href="ctoolsijtools20118.dita#ctoolsijtools20118"/></li>
-<li><xref href="ctoolsijtools25085.dita#ctoolsijtools25085"/></li>
-<li><xref href="ctoolsijtools11318.dita#ctoolsijtools11318"/></li>
-</ul></p>
-</conbody></concept>
+<p>For more complete information on these topics, see the <cite><ph conref="toolsconrefs.dita#pub/citdevelop"></ph></cite>.
+  </p>
+</conbody>
+</concept>

Modified: incubator/derby/docs/trunk/src/tools/ctoolsijtools30948.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/ctoolsijtools30948.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/ctoolsijtools30948.dita (original)
+++ incubator/derby/docs/trunk/src/tools/ctoolsijtools30948.dita Tue Jun 28 15:46:15 2005
@@ -1,4 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN"
+ "../dtd/concept.dtd">
 <!-- 
 Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
 
@@ -14,41 +16,35 @@
 See the License for the specific language governing permissions and  
 limitations under the License.
 -->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="ctoolsijtools30948">
+<concept id="ctoolsijtools30948" xml:lang="en-us">
 <title>Overview</title>
+<shortdesc><ph conref="toolsconrefs.dita#prod/productshortname"></ph> is a
+database management system (DBMS), accessed by applications through the JDBC
+API.</shortdesc>
 <prolog><metadata>
-<keywords>
-</keywords>
-</metadata>
-</prolog>
+<keywords></keywords>
+</metadata></prolog>
 <conbody>
-<p><ph conref="toolsconrefs.dita#prod/productshortname"></ph> is a DBMS, a database management system, accessed by applications
-through the JDBC API.</p>
-<p>Included with the product you purchased are some standalone Java tools
-and utilities that make it easier to use and develop applications for <ph conref="toolsconrefs.dita#prod/productshortname"></ph>.</p>
-<p>These tools and utilities include:  
-<ul>
-<li><codeph>ij</codeph>  
-<p><codeph>ij</codeph> is <ph conref="toolsconrefs.dita#prod/productshortname"></ph>'s interactive JDBC
-scripting tool. It is a simple utility for running scripts against a <ph conref="toolsconrefs.dita#prod/productshortname"></ph> database.
+<p>Included with the product are some standalone Java tools and utilities
+that make it easier to use and develop applications for <ph conref="toolsconrefs.dita#prod/productshortname"></ph>.</p>
+<p>These tools and utilities include:   <ul>
+<li><codeph>ij</codeph>   <p><codeph>ij</codeph> is <ph conref="toolsconrefs.dita#prod/productshortname"></ph>'s
+interactive JDBC scripting tool. It is a simple utility for running scripts
+against a <ph conref="toolsconrefs.dita#prod/productshortname"></ph> database.
 You can also use it interactively to run ad hoc queries. <codeph>ij</codeph> provides
-several commands for ease in accessing a variety of JDBC features.</p>
-<p><codeph>ij</codeph> can be used in an embedded or a client/server environment.</p></li>
-<li><i>The import and export utilities</i>  
-<p>These server-side
-utilities allow you to import data directly from files into tables and to
-export data from tables into files. (You can use the utilities in a client/server
-environment.)</p></li>
-<li><i>Database class utilities</i>  
-<p>These utilities allow
-you to store application logic in a database and to boot an application using
-the stored classes.</p></li>
-<li><i><ph><indexterm>sysinfo<indexterm>description</indexterm></indexterm></ph>sysinfo</i>  
-<p><codeph>sysinfo</codeph> provides information
-about your version of <ph conref="toolsconrefs.dita#prod/productshortname"></ph> and your environment.</p></li>
-<li><i><ph><indexterm>dblook<indexterm>description</indexterm></indexterm></ph>dblook</i>  
-<p><codeph>dblook</codeph> is <ph conref="toolsconrefs.dita#prod/productshortname"></ph>'s
+several commands for ease in accessing a variety of JDBC features.</p> <p><codeph>ij</codeph> can
+be used in an embedded or a client/server environment.</p></li>
+<li><i>The import and export utilities</i>   <p>These server-side utilities
+allow you to import data directly from files into tables and to export data
+from tables into files. (You can use the utilities in a client/server environment.)</p></li>
+<li><i>Database class utilities</i>   <p>These utilities allow you to store
+application logic in a database and to boot an application using the stored
+classes.</p></li>
+<li><i><ph><indexterm>sysinfo<indexterm>description</indexterm></indexterm></ph>sysinfo</i> 
+ <p><codeph>sysinfo</codeph> provides information about your version of <ph
+conref="toolsconrefs.dita#prod/productshortname"></ph> and your environment.</p></li>
+<li><i><ph><indexterm>dblook<indexterm>description</indexterm></indexterm></ph>dblook</i> 
+ <p><codeph>dblook</codeph> is <ph conref="toolsconrefs.dita#prod/productshortname"></ph>'s
 Data Definition Language (DDL) Generation Utility, also called a schema dump
 tool. It is a simple utility for the dumping the DDL of a user-specified database
 to either a console or to a file. The generated DDL can then be used for such
@@ -56,4 +52,5 @@
 objects (for example, those which pertain to specific tables and schemas),
 or documenting a database's schema.</p></li>
 </ul></p>
-</conbody></concept>
+</conbody>
+</concept>

Modified: incubator/derby/docs/trunk/src/tools/ctoolsijtools37363.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/ctoolsijtools37363.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/ctoolsijtools37363.dita (original)
+++ incubator/derby/docs/trunk/src/tools/ctoolsijtools37363.dita Tue Jun 28 15:46:15 2005
@@ -16,7 +16,7 @@
 -->
 <!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
 <concept xml:lang="en-us" id="ctoolsijtools37363">
-<title>JVM and class path for Derby tools</title>
+<title>JVM and classpath for Derby tools</title>
 <prolog>
 </prolog>
 <conbody>

Modified: incubator/derby/docs/trunk/src/tools/ctoolsijtools70959.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/ctoolsijtools70959.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/ctoolsijtools70959.dita (original)
+++ incubator/derby/docs/trunk/src/tools/ctoolsijtools70959.dita Tue Jun 28 15:46:15 2005
@@ -21,7 +21,7 @@
 </prolog>
 <conbody>
 <p>You can specify an alternate codeset for your tool session. </p>
-<p>Use the <i><xref href="rtoolsijpropref97949.dita#rtoolsijpropref97949"/></i> property
+<p>Use the <i><xref href="rtoolsijpropref97949.dita#rtoolsijpropref97949">derby.ui.codeset</xref></i> property
 when starting <codeph>ij</codeph> or <codeph>dblook</codeph>. This property can be useful
 when working with scripts created on a different system.</p>
 </conbody></concept>

Modified: incubator/derby/docs/trunk/src/tools/ctoolsijtools90477.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/ctoolsijtools90477.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/ctoolsijtools90477.dita (original)
+++ incubator/derby/docs/trunk/src/tools/ctoolsijtools90477.dita Tue Jun 28 15:46:15 2005
@@ -20,7 +20,7 @@
 <prolog>
 </prolog>
 <conbody>
-<p>To display dates, timestamps, numbers, and times in the format of the <codeph>ij</codeph> Session locale, use the <i><xref href="rtoolsijcomref88554.dita#rtoolsijcomref88554"/></i> command.  
+<p>To display dates, timestamps, numbers, and times in the format of the <codeph>ij</codeph> Session locale, use the <i><xref href="rtoolsijcomref88554.dita#rtoolsijcomref88554">LocalizedDisplay</xref></i> command.  
 <note>These options do not change how <ph conref="toolsconrefs.dita#prod/productshortname"></ph> <i>stores</i> locale-sensitive data, simply how the tool displays
 the data.</note></p>
 <p>The following example demonstrates using <i>localizedDisplay</i> in an <i>en_US</i> locale:  

Modified: incubator/derby/docs/trunk/src/tools/ctoolsimport12925.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/ctoolsimport12925.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/ctoolsimport12925.dita (original)
+++ incubator/derby/docs/trunk/src/tools/ctoolsimport12925.dita Tue Jun 28 15:46:15 2005
@@ -17,13 +17,13 @@
 <!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
 <concept xml:lang="en-us" id="ctoolsimport12925">
 <title>Bulk import and export</title>
+<shortdesc>You can use import and export procedures which are executable from ij or any Java program. You must have derbytools.jar in your classpath to use the import or export procedures.</shortdesc>
 <prolog><metadata>
 <keywords>
 </keywords>
 </metadata>
 </prolog>
 <conbody>
-<p>You can use import and export procedures which are executable from <codeph>ij</codeph> or any Java program. You must have <i>derbytools.jar</i> in your class path to use the import or export procedures.</p>
 <p>To invoke an import or export procedure, you must be connected to the database
 into which data is imported or from which data is exported. Because the procedures
 will issue a COMMIT or a ROLLBACK statement, you should perform either a COMMIT
@@ -32,15 +32,4 @@
 that access the table with a separate connection do not need to disconnect.</p>
 <note>Imports are transactional. If an error occurs during bulk
 import, all changes are rolled back.</note>
-<p> This topic contains the following sections:
-<ul>
-<li><xref href="rtoolsimport57005.dita#rtoolsimport57005"/></li>
-<li><xref href="rtoolsimport92876.dita#rtoolsimport92876"/></li>
-<li><xref href="rtoolsimport91458.dita#rtoolsimport91458"/></li>
-<li><xref href="ctoolsimportidentitycol.dita#ctoolsimportidentitycol"/></li>
-<li><xref href="ctoolsimportjdbc.dita#ctoolsimportjdbc"/></li>
-<li><xref href="ctoolsimportdefaultformat.dita#ctoolsimportdefaultformat"/></li>
-<li><xref href="ctoolsimportnulls.dita#ctoolsimportnulls"/></li>
-<li><xref href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcodeset">codeset</xref></li>
-</ul></p>
 </conbody></concept>

Modified: incubator/derby/docs/trunk/src/tools/ctoolsimport13648.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/ctoolsimport13648.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/ctoolsimport13648.dita (original)
+++ incubator/derby/docs/trunk/src/tools/ctoolsimport13648.dita Tue Jun 28 15:46:15 2005
@@ -35,9 +35,4 @@
 data.</li>
 </ul>You can perform an Import or Export operation from <codeph>ij</codeph> or from
 within an SQL statement.</p>
-<p>This topic contains the following sections:
-<ul>
-<li><xref href="ctoolsimport98264.dita#ctoolsimport98264"/></li>
-<li><xref href="ctoolsimport27052.dita#ctoolsimport27052"/></li>
-</ul></p>
 </conbody></concept>

Modified: incubator/derby/docs/trunk/src/tools/ctoolsimport16245.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/ctoolsimport16245.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/ctoolsimport16245.dita (original)
+++ incubator/derby/docs/trunk/src/tools/ctoolsimport16245.dita Tue Jun 28 15:46:15 2005
@@ -23,12 +23,8 @@
 </metadata>
 </prolog>
 <conbody>
-<p>Often developers or system administrators want to import or export a large
+<p>You might want to import or export a large
 amount of data between files and the database. Instead of having to use INSERT
 and SELECT statements, you can use <ph conref="toolsconrefs.dita#prod/productshortname"></ph> procedures to import data directly
-from files into tables and to export data from tables into files.  
-<ul>
-<li><xref href="ctoolsimport13648.dita#ctoolsimport13648"/></li>
-<li><xref href="ctoolsimport12925.dita#ctoolsimport12925"/></li>
-</ul></p>
+from files into tables and to export data from tables into files.</p>
 </conbody></concept>

Modified: incubator/derby/docs/trunk/src/tools/ctoolspre23947.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/ctoolspre23947.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/ctoolspre23947.dita (original)
+++ incubator/derby/docs/trunk/src/tools/ctoolspre23947.dita Tue Jun 28 15:46:15 2005
@@ -16,11 +16,11 @@
 -->
 <!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
 <concept xml:lang="en-us" id="ctoolspre23947">
-<title>How this document is organized</title>
+<title>How this guide is organized</title>
 <prolog>
 </prolog>
 <conbody>
-<p>This document includes the following chapters:  
+<p>This guide includes the following sections:
 <ul>
 <li><xref href="ctoolsijtools26429.dita#ctoolsijtools26429"/>  
 <p>Overview of the tools and

Modified: incubator/derby/docs/trunk/src/tools/ctoolspre29520.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/ctoolspre29520.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/ctoolspre29520.dita (original)
+++ incubator/derby/docs/trunk/src/tools/ctoolspre29520.dita Tue Jun 28 15:46:15 2005
@@ -16,15 +16,10 @@
 -->
 <!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
 <concept xml:lang="en-us" id="ctoolspre29520">
-<title>About this documentation</title>
+<title>About this guide</title>
 <prolog>
 </prolog>
 <conbody>
-<ul>
-<li><xref href="ctoolspre11181.dita#ctoolspre11181"/></li>
-<li><xref href="ctoolspre22460.dita#ctoolspre22460"/></li>
-<li><xref href="ctoolspre23947.dita#ctoolspre23947"/></li>
-</ul>
 <p>For general information about the <ph conref="toolsconrefs.dita#prod/productshortname"></ph> documentation, such as
 a complete list of books, conventions, and further reading, see  <cite><ph conref="toolsconrefs.dita#pub/citgetstart"></ph></cite>.</p>
 </conbody></concept>

Modified: incubator/derby/docs/trunk/src/tools/ctoolssysinfo1002931.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/ctoolssysinfo1002931.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/ctoolssysinfo1002931.dita (original)
+++ incubator/derby/docs/trunk/src/tools/ctoolssysinfo1002931.dita Tue Jun 28 15:46:15 2005
@@ -16,12 +16,12 @@
 -->
 <!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
 <concept xml:lang="en-us" id="ctoolssysinfo1002931">
-<title>Using sysinfo to check the class path</title>
+<title>Using sysinfo to check the classpath</title>
 <prolog>
 </prolog>
 <conbody>
 <p>sysinfo provides an argument (<i>-cp</i>) which can be
-used to test the class path.   
+used to test the classpath.   
 <codeblock><b>java org.apache.derby.tools.sysinfo -cp
 [ [ embedded ][ tools ][ sampleApp] [ anyClass.class ] ]</b></codeblock></p>
 <p>If your environment is set up correctly, the utility shows output indicating
@@ -34,9 +34,9 @@
 <li>sampleApp</li>
 <li><i>classname</i>.class </li>
 </ul></p>
-<p>If something is missing from your class path, the utility indicates what
+<p>If something is missing from your classpath, the utility indicates what
 is missing. For example, if you neglected to include the directory containing
-the class named <i>SimpleApp</i> to your class path, the
+the class named <i>SimpleApp</i> to your classpath, the
 utility would indicate this when the following command line was issued (type
 all on one line):  
 <codeblock><b>$ java org.apache.derby.tools.sysinfo -cp embedded SimpleApp.class</b>

Modified: incubator/derby/docs/trunk/src/tools/derbytools.ditamap
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/derbytools.ditamap?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/derbytools.ditamap (original)
+++ incubator/derby/docs/trunk/src/tools/derbytools.ditamap Tue Jun 28 15:46:15 2005
@@ -1,4 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE map PUBLIC "-//IBM//DTD DITA Map//EN"
+ "../dtd/map.dtd">
 <!-- 
 Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
 
@@ -14,9 +16,6 @@
 See the License for the specific language governing permissions and  
 limitations under the License.
 -->
-
-<!DOCTYPE map PUBLIC "-//IBM//DTD DITA Map//EN"
- "../dtd/map.dtd">
 <map title="Tools and Utilities Guide">
 <topicmeta>
 <copyright>
@@ -29,19 +28,19 @@
 <brand>Apache Derby</brand></prodinfo>
 </topicmeta>
 <topicref href="rtoolscopyright.dita" navtitle="Copyright"></topicref>
-<topicref href="ctoolspre29520.dita" navtitle="About this documentation">
+<topicref collection-type="family" href="ctoolspre29520.dita" navtitle="About this guide">
 <topicref href="ctoolspre11181.dita" navtitle="Purpose of this document">
 </topicref>
 <topicref href="ctoolspre22460.dita" navtitle="Audience"></topicref>
-<topicref href="ctoolspre23947.dita" navtitle="How this document is organized">
+<topicref href="ctoolspre23947.dita" navtitle="How this guide is organized">
 </topicref>
 </topicref>
-<topicref href="ctoolsijtools26429.dita" navtitle="What are the Derby tools and utilities?">
-<topicref href="ctoolsijtools30948.dita" navtitle="Overview">
-<topicref href="ctoolsijtools37363.dita" navtitle="JVM and class path for Derby tools">
-<topicref href="ctools1003034.dita" navtitle="Java 2 Platform, Standard Edition, Version 1.3">
+<topicref collection-type="family" href="ctoolsijtools26429.dita" navtitle="What are the Derby tools and utilities?">
+<topicref collection-type="family" href="ctoolsijtools30948.dita" navtitle="Overview">
+<topicref collection-type="family" href="ctoolsijtools37363.dita" navtitle="JVM and classpath for Derby tools">
+<topicref collection-type="family" href="ctools1003034.dita" navtitle="Java 2 Platform, Standard Edition, Version 1.3">
 </topicref>
-<topicref href="rtools1003161.dita" navtitle="Class path"></topicref>
+<topicref href="rtools1003161.dita" navtitle="Classpath"></topicref>
 </topicref>
 </topicref>
 <topicref href="ctoolsijtools25085.dita" navtitle="About Derby databases">
@@ -52,32 +51,31 @@
 <topicref href="ctoolsijtools16011.dita" navtitle="Database connection URLs">
 </topicref>
 </topicref>
-<topicref href="ctoolsijtools11318.dita" navtitle="Tools and localization">
+<topicref collection-type="family" href="ctoolsijtools11318.dita" navtitle="Tools and localization">
 <topicref href="ctools1004764.dita" navtitle="About locales"></topicref>
 <topicref href="ctoolsijtools45180.dita" navtitle="Database territory"></topicref>
 <topicref href="ctoolsijtools70959.dita" navtitle="Specifying an alternate codeset">
 </topicref>
-<topicref href="ctoolsijtools90477.dita" navtitle="Formatting display of locale-sensitive data">
+<topicref collection-type="family" href="ctoolsijtools90477.dita" navtitle="Formatting display of locale-sensitive data">
 </topicref>
 </topicref>
 </topicref>
-<topicref href="ctoolsij34525.dita" navtitle="Using ij">
+<topicref collection-type="family" href="ctoolsij34525.dita" navtitle="Using ij">
 <topicref href="ttoolsij11815.dita" navtitle="Starting ij"></topicref>
 <topicref href="ttoolsij30600.dita" navtitle="Starting ij using properties">
 </topicref>
 <topicref href="ctoolsij32837.dita" navtitle="Getting started with ij">
-<topicref href="ttoolsij97656.dita" navtitle="Connecting to a Derby database">
+<topicref collection-type="family" href="ttoolsij97656.dita" navtitle="Connecting to a Derby database">
 <topicref href="rtoolsdrvrnmeurl.dita" navtitle="Specifying the driver name and database connection URL">
 </topicref>
 </topicref>
-<topicref href="ctoolsij25986.dita" navtitle="Using ij commands">
+<topicref collection-type="family" href="ctoolsij25986.dita" navtitle="Using ij commands">
 <topicref href="ctoolsij12001.dita" navtitle="Other uses for ij"></topicref>
 </topicref>
 <topicref href="ttoolsij98878.dita" navtitle="Running ij scripts"></topicref>
 </topicref>
 </topicref>
-<topicref href="rtoolsijpropref29864.dita" navtitle="ij properties reference">
-<topicref href="rtoolsijprop11002670.dita" navtitle="Generic tool properties">
+<topicref collection-type="family" href="rtoolsijpropref29864.dita" navtitle="ij properties reference">
 <topicref href="rtoolsijpropref10135.dita" navtitle="ij.connection.connectionName">
 </topicref>
 <topicref href="rtoolsijpropref28146.dita" navtitle="ij.database"></topicref>
@@ -92,18 +90,17 @@
 <topicref href="rtoolsijpropref38481.dita" navtitle="ij.URLCheck"></topicref>
 <topicref href="rtoolsijpropref97949.dita" navtitle="derby.ui.codeset"></topicref>
 </topicref>
-</topicref>
-<topicref href="rtoolsijcomref25570.dita" navtitle="ij commands and errors reference">
+<topicref collection-type="family" href="rtoolsijcomref25570.dita" navtitle="ij commands and errors reference">
 <topicref href="ctoolsijcomref23268.dita" navtitle="ij commands">
 <topicref href="rtoolsijcomref1003067.dita" navtitle="Conventions for ij examples">
 </topicref>
-<topicref href="ctoolsijcomref15645.dita" navtitle="ij SQL command behavior">
+<topicref collection-type="family" href="ctoolsijcomref15645.dita" navtitle="ij SQL command behavior">
 <topicref href="rtoolsijcomref1003444.dita" navtitle="ij command example">
 </topicref>
 </topicref>
 </topicref>
 <topicref href="rtoolsijcomref94092.dita" navtitle="Absolute"></topicref>
-<topicref href="rtoolsijcomref11943.dita" navtitle="After Last"></topicref>
+<topicref href="rtoolsijcomref11943.dita" navtitle="After Last "></topicref>
 <topicref href="rtoolsijcomref37862.dita" navtitle="Async"></topicref>
 <topicref href="rtoolsijcomref25753.dita" navtitle="Autocommit"></topicref>
 <topicref href="rtoolsijcomref79286.dita" navtitle="Before First"></topicref>
@@ -147,19 +144,19 @@
 <topicref href="ctoolsijcomref14191.dita" navtitle="JAVA ERROR"></topicref>
 </topicref>
 </topicref>
-<topicref href="ctoolsimport16245.dita" navtitle="Using the bulk import and export procedures">
-<topicref href="ctoolsimport13648.dita" navtitle="Bulk Import/Export overview">
+<topicref collection-type="family" href="ctoolsimport16245.dita" navtitle="Using the bulk import and export procedures">
+<topicref collection-type="family" href="ctoolsimport13648.dita" navtitle="Bulk Import/Export overview">
 <topicref href="ctoolsimport98264.dita" navtitle="Options for running the import and export procedures">
 </topicref>
 <topicref href="ctoolsimport27052.dita" navtitle="Bulk import/export requirements and considerations">
 </topicref>
 </topicref>
-<topicref href="ctoolsimport12925.dita" navtitle="Bulk import and export">
+<topicref collection-type="family" href="ctoolsimport12925.dita" navtitle="Bulk import and export">
 <topicref href="rtoolsimport57005.dita" navtitle="Bulk-Import">
 <topicref href="rtoolsimport64241.dita" navtitle="Arguments to the import procedure">
 </topicref>
 </topicref>
-<topicref href="rtoolsimport92876.dita" navtitle="Bulk-Export">
+<topicref collection-type="family" href="rtoolsimport92876.dita" navtitle="Bulk-Export">
 <topicref href="rtoolsexportarguements.dita" navtitle="Arguments to the export procedure">
 </topicref>
 </topicref>
@@ -176,7 +173,7 @@
 </topicref>
 </topicref>
 </topicref>
-<topicref href="ctoolsstorejardb.dita" navtitle="Storing jar files in a database">
+<topicref collection-type="family" href="ctoolsstorejardb.dita" navtitle="Storing jar files in a database ">
 <topicref href="ttoolsjarload1002986.dita" navtitle="Adding a Jar File"></topicref>
 <topicref href="ttoolsjarload1003059.dita" navtitle="Removing a jar file">
 </topicref>
@@ -185,19 +182,17 @@
 <topicref href="rtoolsjarload3284.dita" navtitle="Installing a jar example">
 </topicref>
 </topicref>
-<topicref href="rtoolssysinfo41288.dita" navtitle="sysinfo">
+<topicref collection-type="family" href="rtoolssysinfo41288.dita" navtitle="sysinfo">
 <topicref href="rtoolssysinfo1002629.dita" navtitle="sysinfo example"></topicref>
-<topicref href="ctoolssysinfo1002931.dita" navtitle="Using sysinfo to check the class path">
+<topicref href="ctoolssysinfo1002931.dita" navtitle="Using sysinfo to check the classpath">
 </topicref>
 </topicref>
-<topicref href="ctoolsdblook.dita" navtitle="dblook">
+<topicref collection-type="family" href="ctoolsdblook.dita" navtitle="dblook">
 <topicref href="ctoolsusingdblook.dita" navtitle="Using dblook"></topicref>
 <topicref href="rtoolsdblookoptions.dita" navtitle="dblook options"></topicref>
 <topicref href="ctoolsgenddldb.dita" navtitle="Generating the DDL for a database">
 </topicref>
 <topicref href="rtoolsdblookexamples.dita" navtitle="dblook examples"></topicref>
 </topicref>
-<topicref href="rtoolstrademderby.dita" navtitle="Trademarks">
-</topicref>
+<topicref href="rtoolstrademderby.dita" navtitle="Trademarks"></topicref>
 </map>
-

Modified: incubator/derby/docs/trunk/src/tools/rtools1003161.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtools1003161.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtools1003161.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtools1003161.dita Tue Jun 28 15:46:15 2005
@@ -16,22 +16,22 @@
 -->
 <!DOCTYPE reference PUBLIC "-//IBM//DTD DITA Reference//EN" "../dtd/reference.dtd">
 <reference xml:lang="en-us" id="rtools1003161">
-<title>Class path</title>
+<title>Classpath</title>
 <prolog><metadata>
 <keywords>
 </keywords>
 </metadata>
 </prolog>
 <refbody>
-<section><p><ph conref="toolsconrefs.dita#prod/productshortname"></ph> class path requirements:</p></section>
+<section><p><ph conref="toolsconrefs.dita#prod/productshortname"></ph> classpath requirements:</p></section>
 <section><p>
 <ul>
-<li>To use <codeph>ij</codeph>, you must have <i>derbytools.jar</i> in your class path. If you are using the embedded driver, you must also
+<li>To use <codeph>ij</codeph>, you must have <i>derbytools.jar</i> in your classpath. If you are using the embedded driver, you must also
 include<i>derbytools.jar</i>.</li>
 <li>To use the import and export utilities and the database class utilities,
-you must have <i>derby.jar</i> and <i>derbytools.jar</i> in your class path.</li>
-<li>To use sysinfo, either <i>derby.jar</i> or <i>derbytools.jar</i> must be in your class path.</li>
+you must have <i>derby.jar</i> and <i>derbytools.jar</i> in your classpath.</li>
+<li>To use sysinfo, either <i>derby.jar</i> or <i>derbytools.jar</i> must be in your classpath.</li>
 <li>To use <ph conref="toolsconrefs.dita#prod/productshortname"></ph> tools from a client with the <ph conref="toolsconrefs.dita#prod/productshortname"></ph> Network Server,
-you must have <i>derbyclient.jar</i> in your class path. See the <cite><ph conref="toolsconrefs.dita#pub/citadmin"></ph></cite> for more information.</li>
+you must have <i>derbyclient.jar</i> in your classpath. See the <cite><ph conref="toolsconrefs.dita#pub/citadmin"></ph></cite> for more information.</li>
 </ul></p></section>
 </refbody></reference>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsdblookexamples.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsdblookexamples.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsdblookexamples.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsdblookexamples.dita Tue Jun 28 15:46:15 2005
@@ -32,7 +32,8 @@
 Dump the DDL for everything in database 'sample' (in the current directory)
 to the console,
 and include error/warning messages (with the latter being printed via System.err)
-<b>java org.apache.derby.tools.dblook -d jdbc:derby:sample -verbose
+<b>java org.apache.derby.tools.dblook 
+   -d jdbc:derby:sample -verbose
 </b>
 
 Dump the DDL for everything in database 'sample' (in the current directory)
@@ -48,9 +49,9 @@
 
 Dump the DDL for all objects in database 'sample' with schema 'SAMP'
 to the console.
-<b>java org.apache.derby.tools.dblook -d jdbc:derby:sample -z samp
+<b>java org.apache.derby.tools.dblook -d jdbc:derby:sample -z samp </b>
 
-</b>Dump the DDL for all objects in remote database 'sample' on 'localhost:1527'
+Dump the DDL for all objects in remote database 'sample' on 'localhost:1527'
 with schema 'SAMP' to the console.
 <b>java org.apache.derby.tools.dblook -d 
 	'jdbc:derby://localhost:1527/"C:/temp/sample":
@@ -72,8 +73,9 @@
 and append to the output files if they are already there.
 <b>java org.apache.derby.tools.dblook -d jdbc:derby:sample
 	-o myDB_DDL.sql -td '' -append
+</b>
 
-</b>Dump the DDL for all objects EXCEPT views in database 'sample'
+Dump the DDL for all objects EXCEPT views in database 'sample'
 to the console.
 <b>java org.apache.derby.tools.dblook -d jdbc:derby:sample -noview
 </b></codeblock></example>
@@ -83,4 +85,3 @@
 been) processed by the dblook utility.</p></section>
 </refbody>
 </reference>
-

Modified: incubator/derby/docs/trunk/src/tools/rtoolsdrvrnmeurl.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsdrvrnmeurl.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsdrvrnmeurl.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsdrvrnmeurl.dita Tue Jun 28 15:46:15 2005
@@ -40,22 +40,22 @@
 <row>
 <entry colname="1">loading the driver implicitly</entry>
 <entry colname="2"/>
-<entry colname="3"><i><xref href="rtoolsijpropref10135.dita#rtoolsijpropref10135"/></i> (plus
-full URL) <i><xref href="rtoolsijpropref28146.dita#rtoolsijpropref28146"/></i> (plus
-full URL) <i><xref href="rtoolsijpropref35032.dita#rtoolsijpropref35032"/></i><i><xref href="rtoolsijpropref12236.dita#rtoolsijpropref12236"/></i> (plus protocol
+<entry colname="3"><i><xref href="rtoolsijpropref10135.dita#rtoolsijpropref10135">ij.connection.connectionName</xref></i> (plus
+full URL) <i><xref href="rtoolsijpropref28146.dita#rtoolsijpropref28146">ij.database</xref></i> (plus
+full URL) <i><xref href="rtoolsijpropref35032.dita#rtoolsijpropref35032">ij.protocol</xref></i><i><xref href="rtoolsijpropref12236.dita#rtoolsijpropref12236">ij.protocol.protocolName</xref></i> (plus protocol
 clause in Connect command)</entry>
-<entry colname="4"><i><xref href="rtoolsijcomref27997.dita#rtoolsijcomref27997"/></i> <i><xref href="rtoolsijcomref22318.dita#rtoolsijcomref22318"/></i>  (plus full
+<entry colname="4"><i><xref href="rtoolsijcomref27997.dita#rtoolsijcomref27997">Protocol</xref></i> <i><xref href="rtoolsijcomref22318.dita#rtoolsijcomref22318">Connect</xref></i>  (plus full
 URL)</entry></row>
 <row>
 <entry colname="1">loading the driver explicitly</entry>
 <entry colname="2"><i>jdbc.drivers</i></entry>
-<entry colname="3">-D<i><xref href="rtoolsijpropref41073.dita#rtoolsijpropref41073"/></i></entry>
-<entry colname="4"><i><xref href="rtoolsijcomref39042.dita#rtoolsijcomref39042"/></i></entry></row>
+<entry colname="3">-D<i><xref href="rtoolsijpropref41073.dita#rtoolsijpropref41073">ij.Driver</xref></i></entry>
+<entry colname="4"><i><xref href="rtoolsijcomref39042.dita#rtoolsijcomref39042">Driver</xref></i></entry></row>
 <row>
 <entry colname="1">specifying the database connection URL</entry>
 <entry colname="2"/>
-<entry colname="3"><i><xref href="rtoolsijpropref10135.dita#rtoolsijpropref10135"/> <xref href="rtoolsijpropref28146.dita#rtoolsijpropref28146"/></i></entry>
-<entry colname="4"><i><xref href="rtoolsijcomref22318.dita#rtoolsijcomref22318"/></i></entry></row>
+<entry colname="3"><i><xref href="rtoolsijpropref10135.dita#rtoolsijpropref10135">ij.connection.connectionName</xref> <xref href="rtoolsijpropref28146.dita#rtoolsijpropref28146">ij.database</xref></i></entry>
+<entry colname="4"><i><xref href="rtoolsijcomref22318.dita#rtoolsijcomref22318">Connect</xref></i></entry></row>
 </tbody>
 </tgroup>
 </table></p></section>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref11128.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref11128.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref11128.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref11128.dita Tue Jun 28 15:46:15 2005
@@ -23,10 +23,10 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>NEXT <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b></b></codeblock>
+<codeblock><b>NEXT <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
-<p>Fetches the next row from the named cursor created with the <xref href="rtoolsijcomref36618.dita#rtoolsijcomref36618"/> command or <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772"/>. It
+<p>Fetches the next row from the named cursor created with the <xref href="rtoolsijcomref36618.dita#rtoolsijcomref36618">Get Cursor</xref> command or <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772">Get Scroll Insensitive Cursor</xref>. It
 displays a banner and the values of the row.</p>
 </section>
 <example><title>Example</title>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref11943.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref11943.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref11943.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref11943.dita Tue Jun 28 15:46:15 2005
@@ -23,12 +23,12 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>AFTER LAST <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b></b></codeblock>
+<codeblock><b>AFTER LAST <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Moves the cursor to after the last row, then fetches the row. (Since there
 is no current row, it returns the message: <codeph>No current row."</codeph></p>
-<p>The cursor must have been created with the <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772"/> command.   
+<p>The cursor must have been created with the <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772">Get Scroll Insensitive Cursor</xref> command.   
 <note>This command works only in a Java
 2 Platform, Standard Edition, v 1.2 (J2SE) or higher environment.</note></p>
 </section>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref12333.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref12333.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref12333.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref12333.dita Tue Jun 28 15:46:15 2005
@@ -23,13 +23,13 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>PREPARE <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b> AS <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110"/></i></b></b></codeblock>
+<codeblock><b>PREPARE <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b> AS <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110">String</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Creates a <i>java.sql.PreparedStatement </i>using the
 value of the String, accessible in <codeph>ij</codeph> by the <i>Identifier</i> given to it. If a prepared statement with that name already
 exists in <codeph>ij</codeph>, an error will be returned and the previous prepared
-statement will remain. Use the <xref href="rtoolsijcomref33373.dita#rtoolsijcomref33373"/> command
+statement will remain. Use the <xref href="rtoolsijcomref33373.dita#rtoolsijcomref33373">Remove</xref> command
 to remove the previous statement first. If there are any errors in preparing
 the statement, no prepared statement is created. </p>
 <p>Any SQL statements allowed in the underlying connection's prepared

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref17631.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref17631.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref17631.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref17631.dita Tue Jun 28 15:46:15 2005
@@ -23,13 +23,13 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>WAIT FOR <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b></b></codeblock>
+<codeblock><b>WAIT FOR <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Displays the results of a previously started asynchronous command.</p>
-<p>The identifier for the asynchronous command must have been used in a previous <xref href="rtoolsijcomref37862.dita#rtoolsijcomref37862"/> command on this connection. The <xref href="rtoolsijcomref17631.dita#rtoolsijcomref17631"/> command waits for the SQL statement
+<p>The identifier for the asynchronous command must have been used in a previous <xref href="rtoolsijcomref37862.dita#rtoolsijcomref37862">Async</xref> command on this connection. The <xref href="rtoolsijcomref17631.dita#rtoolsijcomref17631">Wait For</xref> command waits for the SQL statement
 to complete execution, if it has not already, and then displays the results.
-If the statement returns a result set, the <xref href="rtoolsijcomref17631.dita#rtoolsijcomref17631"/> command steps through the rows, not the <xref href="rtoolsijcomref37862.dita#rtoolsijcomref37862"/> command. This might result in further execution time passing
+If the statement returns a result set, the <xref href="rtoolsijcomref17631.dita#rtoolsijcomref17631">Wait For</xref> command steps through the rows, not the <xref href="rtoolsijcomref37862.dita#rtoolsijcomref37862">Async</xref> command. This might result in further execution time passing
 during the result display. </p>
 </section>
 <example><title>Example</title>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref20382.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref20382.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref20382.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref20382.dita Tue Jun 28 15:46:15 2005
@@ -23,7 +23,7 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>DISCONNECT [ ALL | CURRENT | <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/> </i></b>]</b></codeblock>
+<codeblock><b>DISCONNECT [ ALL | CURRENT | <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref> </i></b>]</b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Issues a <codeph>java.sql.Connection.close</codeph> request against the current
@@ -34,13 +34,13 @@
 <p>Disconnect CURRENT is the same as Disconnect.</p>
 <p>If a connection name is specified with an identifier, the command disconnects
 the named connection. The name must be the name of a connection in the current
-session provided with the <xref href="rtoolsijpropref10135.dita#rtoolsijpropref10135"/> property
-or with the <xref href="rtoolsijcomref22318.dita#rtoolsijcomref22318"/> command.</p>
-<p>If the <xref href="rtoolsijpropref28146.dita#rtoolsijpropref28146"/> property or the <xref href="rtoolsijcomref22318.dita#rtoolsijcomref22318"/> command without the AS clause was
+session provided with the <xref href="rtoolsijpropref10135.dita#rtoolsijpropref10135">ij.connection.connectionName</xref> property
+or with the <xref href="rtoolsijcomref22318.dita#rtoolsijcomref22318">Connect</xref> command.</p>
+<p>If the <xref href="rtoolsijpropref28146.dita#rtoolsijpropref28146">ij.database</xref> property or the <xref href="rtoolsijcomref22318.dita#rtoolsijcomref22318">Connect</xref> command without the AS clause was
 used, you can supply the name the system generated for the connection. If
 the current connection is the named connection, when the command completes,
-there will be no current connection and you must issue a <xref href="rtoolsijcomref39198.dita#rtoolsijcomref39198"/> or <xref href="rtoolsijcomref22318.dita#rtoolsijcomref22318"/> command.</p>
-<p>A <xref href="rtoolsijcomref20382.dita#rtoolsijcomref20382"/> command issued against
+there will be no current connection and you must issue a <xref href="rtoolsijcomref39198.dita#rtoolsijcomref39198"/> or <xref href="rtoolsijcomref22318.dita#rtoolsijcomref22318">Connect</xref> command.</p>
+<p>A Disconnect command issued against
 a <ph conref="toolsconrefs.dita#prod/productshortname"></ph> connection does not shut down the database or <ph conref="toolsconrefs.dita#prod/productshortname"></ph> (but
 the <xref href="rtoolsijcomref33358.dita#rtoolsijcomref33358">Exit</xref> command does).</p>
 </section>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref22318.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref22318.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref22318.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref22318.dita Tue Jun 28 15:46:15 2005
@@ -1,4 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE reference PUBLIC "-//IBM//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
 <!-- 
 Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
 
@@ -14,33 +16,33 @@
 See the License for the specific language governing permissions and  
 limitations under the License.
 -->
-<!DOCTYPE reference PUBLIC "-//IBM//DTD DITA Reference//EN" "../dtd/reference.dtd">
-<reference xml:lang="en-us" id="rtoolsijcomref22318">
+<reference id="rtoolsijcomref22318" xml:lang="en-us">
 <title>Connect</title>
 <prolog><metadata>
 <keywords><indexterm>Connect</indexterm><indexterm>Creating a new database</indexterm>
 </keywords>
-</metadata>
-</prolog><refbody>
-<refsyn><title>Syntax</title>
-<codeblock><b>CONNECT <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110"/></i></b> [ PROTOCOL <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b> ] [ AS <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b> ] [ USER <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110"/> </i></b> PASSWORD <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110"/></i></b> ]</b></codeblock>
-</refsyn>
-<section><title>Description</title>
-<p>Takes the value of the string database connection URL and issues a <codeph>java.sql.DriverManager.getConnection</codeph> request to set the current connection to that database connection URL.</p>
-<p>You have the option of specifying a name for your connection. Use the <xref href="rtoolsijcomref39198.dita#rtoolsijcomref39198"/> command to switch between connections.
-If you do not name a connection, the system generates a name automatically.</p>
-<p>You also have the option of specifying a named protocol previously created
-with the <xref href="rtoolsijcomref27997.dita#rtoolsijcomref27997"/> command or the <xref href="rtoolsijpropref12236.dita#rtoolsijpropref12236"/> property.</p>
-<p>If the connection requires a user name and password, supply those with
-the optional user and password parameters.</p>
-<p>If the connect succeeds, the connection becomes the current one and ij
-displays a new prompt for the <xref href="rtoolsijcomref11128.dita#rtoolsijcomref11128"/> command.
+</metadata></prolog>
+<refbody>
+<refsyn><title>Syntax</title><codeblock><b>CONNECT <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110">String</xref></i></b> [ PROTOCOL <b
+><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b> ]
+   [ AS <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b> ] [ USER <b><i><xref
+href="rtoolsijcomref34110.dita#rtoolsijcomref34110">String</xref> </i></b>
+   PASSWORD <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110">String</xref></i></b> ]</b></codeblock> </refsyn>
+<section><title>Description</title><p>Takes the value of the string database
+connection URL and issues a <codeph>java.sql.DriverManager.getConnection</codeph> request
+to set the current connection to that database connection URL.</p><p>You have
+the option of specifying a name for your connection. Use the <xref href="rtoolsijcomref39198.dita#rtoolsijcomref39198">Set
+Connection</xref> command to switch between connections. If you do not name
+a connection, the system generates a name automatically.</p><p>You also have
+the option of specifying a named protocol previously created with the <xref
+href="rtoolsijcomref27997.dita#rtoolsijcomref27997">Protocol</xref> command or the <xref
+href="rtoolsijpropref12236.dita#rtoolsijpropref12236">ij.protocol.protocolName</xref> property.</p><p>If
+the connection requires a user name and password, supply those with the optional
+user and password parameters.</p><p>If the connect succeeds, the connection
+becomes the current one and ij displays a new prompt for the <xref href="rtoolsijcomref11128.dita#rtoolsijcomref11128">Next</xref> command.
 If you have more than one open connection, the name of the connection appears
-in the prompt.</p>
-<p>All further commands are processed against the new connection.</p>
-</section>
-<example><title>Example</title>
-<codeblock>ij&gt; <b>connect 'jdbc:derby:menuDB;create=true';</b>
+in the prompt.</p><p>All further commands are processed against the new connection.</p> </section>
+<example><title>Example</title><codeblock>ij&gt; <b>connect 'jdbc:derby:menuDB;create=true';</b>
 ij&gt; -- we create a new table in menuDB:
 <b>CREATE TABLE menu(course CHAR(10), item CHAR(20), price INTEGER);</b>
 ij&gt; <b>protocol 'jdbc:derby:';</b>
@@ -52,5 +54,6 @@
 TOURS1 - jdbc:derby:newDB
 ij&gt;
 ij&gt; <b>connect 'jdbc:derby:toursDB' user 'sa' password 'cloud3x9';</b>
-ij&gt;</codeblock>
-</example></refbody></reference>
+ij&gt;</codeblock> </example>
+</refbody>
+</reference>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref24423.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref24423.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref24423.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref24423.dita Tue Jun 28 15:46:15 2005
@@ -23,11 +23,11 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>CLOSE <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b></b></codeblock>
+<codeblock><b>CLOSE <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Closes the named cursor. The cursor must have previously been successfully
-created with the <codeph>ij</codeph> <xref href="rtoolsijcomref36618.dita#rtoolsijcomref36618"/> or <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772"/> commands.</p>
+created with the <codeph>ij</codeph> <xref href="rtoolsijcomref36618.dita#rtoolsijcomref36618">Get Cursor</xref> or <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772">Get Scroll Insensitive Cursor</xref> commands.</p>
 </section>
 <example><title>Example</title>
 <codeblock>ij&gt;<b> get cursor menuCursor as 'SELECT * FROM menu';</b>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref25570.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref25570.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref25570.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref25570.dita Tue Jun 28 15:46:15 2005
@@ -22,9 +22,5 @@
 </keywords>
 </metadata>
 </prolog>
-<refbody><section>
-<ul>
-<li><xref href="ctoolsijcomref23268.dita#ctoolsijcomref23268"/></li>
-<li><xref href="ctoolsijcomref18998.dita#ctoolsijcomref18998"/></li>
-</ul></section>
+<refbody><section>This section describes the commands and errors eithin the ij tool.</section>
 </refbody></reference>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref25753.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref25753.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref25753.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref25753.dita Tue Jun 28 15:46:15 2005
@@ -32,7 +32,7 @@
 see the <cite><ph conref="toolsconrefs.dita#pub/citdevelop"></ph></cite>.</p>
 <p>If auto-commit mode is turned on when there is a transaction outstanding,
 that work is committed when the current transaction commits, not at the time
-auto-commit is turned on. Use <xref href="rtoolsijcomref31510.dita#rtoolsijcomref31510"/> or <xref href="rtoolsijcomref12297.dita#rtoolsijcomref12297"/> before turning on auto-commit when
+auto-commit is turned on. Use <xref href="rtoolsijcomref31510.dita#rtoolsijcomref31510">Commit</xref> or <xref href="rtoolsijcomref12297.dita#rtoolsijcomref12297">Rollback</xref> before turning on auto-commit when
 there is a transaction outstanding, so that all prior work is completed before
 the return to auto-commit mode.</p>
 </section>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref27997.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref27997.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref27997.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref27997.dita Tue Jun 28 15:46:15 2005
@@ -23,7 +23,7 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>PROTOCOL <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110"/></i></b> [ AS <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b> ]</b></codeblock>
+<codeblock><b>PROTOCOL <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110">String</xref></i></b> [ AS <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b> ]</b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Specifies the protocol, as a String, for establishing connections and automatically
@@ -34,9 +34,9 @@
 Those protocols are listed in <xref href="rtoolsijpropref35032.dita#rtoolsijpropref35032"/>.</p>
 <p>Providing a protocol allows you to use a shortened database connection URL for connections.
 You can provide only the database name instead of the full protocol. In addition,
-you do not need to use the <xref href="rtoolsijcomref39042.dita#rtoolsijcomref39042"/> command
+you do not need to use the <xref href="rtoolsijcomref39042.dita#rtoolsijcomref39042">Driver</xref> command
 or specify a driver at start-up, since the driver is loaded automatically.</p>
-<p>If you name the protocol, you can refer to the protocol name in the <xref href="rtoolsijcomref22318.dita#rtoolsijcomref22318"/> command.</p>
+<p>If you name the protocol, you can refer to the protocol name in the <xref href="rtoolsijcomref22318.dita#rtoolsijcomref22318">Connect</xref> command.</p>
 </section>
 <example><title>Example</title>
 <codeblock>ij&gt; <b>protocol 'jdbc:derby:';</b>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref28886.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref28886.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref28886.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref28886.dita Tue Jun 28 15:46:15 2005
@@ -23,7 +23,7 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>RUN <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110"/></i></b></b></codeblock>
+<codeblock><b>RUN <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110">String</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Assumes that the value of the string is a valid file name, and redirects <codeph>ij</codeph> processing to read from that file until it ends or an <xref href="rtoolsijcomref33358.dita#rtoolsijcomref33358">Exit</xref> command is executed. If the end of the file is reached without <codeph>ij</codeph> exiting, reading will continue from the previous input source once

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref30679.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref30679.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref30679.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref30679.dita Tue Jun 28 15:46:15 2005
@@ -23,27 +23,27 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>EXECUTE { <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110"/></i></b> | <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b> }
-[ USING { <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110"/></i></b> | <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b> } ]</b></codeblock>
+<codeblock><b>EXECUTE { <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110">String</xref></i></b> | <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b> }
+[ USING { <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110">String</xref></i></b> | <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b> } ]</b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Has several uses:  
 <ul>
 <li>To execute an SQL command that has the same name as an <codeph>ij</codeph> command,
-using the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679"/> <i>String</i> style. The String is passed to the connection without further
+using the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679">Execute</xref> <i>String</i> style. The String is passed to the connection without further
 examination or processing by <codeph>ij</codeph>. <i>Normally, you
-execute SQL commands directly, not with the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679"/> command</i>.</li>
-<li>To execute a named command previously prepared with the <codeph>ij</codeph> <xref href="rtoolsijcomref12333.dita#rtoolsijcomref12333">Prepare</xref> command, using the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679"/> <i>Identifier</i> style.</li>
+execute SQL commands directly, not with the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679">Execute</xref> command</i>.</li>
+<li>To execute a named command previously prepared with the <codeph>ij</codeph> <xref href="rtoolsijcomref12333.dita#rtoolsijcomref12333">Prepare</xref> command, using the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679">Execute</xref> <i>Identifier</i> style.</li>
 <li>To execute either flavor of command when that command contains dynamic
 parameters, taking values from the Using portion of the command. In this style,
 the Using portion's <i>String</i> or previously prepared <i>Identifier</i> is executed, and it must have a result set
 as its result. Each row of the result set is applied to the input parameters
 of the command to be executed, so the number of columns in the Using's
-result set must match the number of input parameters in the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679"/>'s statement. The results of each execution of the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679"/> statement are displayed as they are made. If the Using's
-result set contains no rows, the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679"/>'s
+result set must match the number of input parameters in the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679">Execute</xref>'s statement. The results of each execution of the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679">Execute</xref> statement are displayed as they are made. If the Using's
+result set contains no rows, the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679">Execute</xref>'s
 statement is not executed.  
 <p>When auto-commit mode is on, the Using's
-result set is closed upon the first execution of the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679"/> statement. To ensure multiple-row execution of the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679"/> command, use the <xref href="rtoolsijcomref25753.dita#rtoolsijcomref25753"/> command
+result set is closed upon the first execution of the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679">Execute</xref> statement. To ensure multiple-row execution of the <xref href="rtoolsijcomref30679.dita#rtoolsijcomref30679">Execute</xref> command, use the <xref href="rtoolsijcomref25753.dita#rtoolsijcomref25753">Autocommit</xref> command
 to turn auto-commit off.</p></li>
 </ul></p>
 </section>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref33373.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref33373.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref33373.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref33373.dita Tue Jun 28 15:46:15 2005
@@ -23,7 +23,7 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>REMOVE <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b></b></codeblock>
+<codeblock><b>REMOVE <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Removes a previously prepared statement from ij. The identifier is the

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref36618.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref36618.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref36618.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref36618.dita Tue Jun 28 15:46:15 2005
@@ -23,7 +23,7 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>GET [WITH {HOLD|NOHOLD}] CURSOR <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b> AS <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110"/></i></b></b></codeblock>
+<codeblock><b>GET [WITH {HOLD|NOHOLD}] CURSOR <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b> AS <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110">String</xref></i></b></b></codeblock>
 <p>WITH HOLD is the default attribute of the cursor. For a non-holdable cursor,
 use the WITH NOHOLD option.</p>
 <note>WITH NOHOLD is only available in Java 2 Platform, Standard
@@ -40,7 +40,7 @@
 <p><codeph>ij</codeph> sets the cursor name using a <i>java.sql.Statement.setCursorName</i> request. Behavior with respect to duplicate cursor names is controlled
 by the underlying database. <ph conref="toolsconrefs.dita#prod/productshortname"></ph> does not allow multiple open cursors
 with the same name.</p>
-<p>Once a cursor has been created, the <codeph>ij</codeph> <xref href="rtoolsijcomref11128.dita#rtoolsijcomref11128"/> and <xref href="rtoolsijcomref24423.dita#rtoolsijcomref24423"/> commands can
+<p>Once a cursor has been created, the <codeph>ij</codeph> <xref href="rtoolsijcomref11128.dita#rtoolsijcomref11128">Next</xref> and <xref href="rtoolsijcomref24423.dita#rtoolsijcomref24423">Close</xref> commands can
 be used to step through its rows, and if the connection supports positioned
 update and delete commands, they can be issued to alter the rows.</p>
 </section>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref37862.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref37862.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref37862.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref37862.dita Tue Jun 28 15:46:15 2005
@@ -23,13 +23,13 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>ASYNC <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/> <xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110"/></i></b></b></codeblock>
+<codeblock><b>ASYNC <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref> <xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110">String</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
-<p>The <xref href="rtoolsijcomref37862.dita#rtoolsijcomref37862"/> command lets you execute
-an SQL statement in a separate thread. It is used in conjunction with the <xref href="rtoolsijcomref17631.dita#rtoolsijcomref17631"/> command to get the results.</p>
+<p>The ASYNC command lets you execute
+an SQL statement in a separate thread. It is used in conjunction with the <xref href="rtoolsijcomref17631.dita#rtoolsijcomref17631">Wait For</xref> command to get the results.</p>
 <p>You supply the SQL statement, which is any valid SQL statement, as a <i>String</i>. The <i>Identifier</i> you must
-supply for the async SQL statement is used in the <xref href="rtoolsijcomref17631.dita#rtoolsijcomref17631"/> command and is a case-insensitive <codeph>ij</codeph> identifier; it
+supply for the async SQL statement is used in the <xref href="rtoolsijcomref17631.dita#rtoolsijcomref17631">Wait For</xref> command and is a case-insensitive <codeph>ij</codeph> identifier; it
 must not be the same as any other identifier for an async statement on the
 current connection. You cannot reference a statement previously prepared and
 named by the <codeph>ij</codeph> <xref href="rtoolsijcomref12333.dita#rtoolsijcomref12333">Prepare</xref> command

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref39042.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref39042.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref39042.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref39042.dita Tue Jun 28 15:46:15 2005
@@ -23,12 +23,12 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>DRIVER <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110"/></i></b></b></codeblock>
+<codeblock><b>DRIVER <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110">String</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Takes the value of the string and issues a <i>Class.forName </i>request to load the named class. The class is expected to be a JDBC driver
 that registers itself with <i>java.sql.DriverManager</i>.</p>
-<p>If the <xref href="rtoolsijcomref39042.dita#rtoolsijcomref39042"/> command succeeds,
+<p>If the <xref href="rtoolsijcomref39042.dita#rtoolsijcomref39042">Driver</xref> command succeeds,
 a new <codeph>ij</codeph> prompt appears for the next command. </p>
 </section>
 <example><title>Example</title>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref39198.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref39198.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref39198.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref39198.dita Tue Jun 28 15:46:15 2005
@@ -23,11 +23,11 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>SET CONNECTION <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b></b></codeblock>
+<codeblock><b>SET CONNECTION <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Allows you to specify which connection to make current when you have more
-than one connection open. Use the <xref href="rtoolsijcomref17529.dita#rtoolsijcomref17529"/> command
+than one connection open. Use the <xref href="rtoolsijcomref17529.dita#rtoolsijcomref17529">Show Connections</xref> command
 to display open connections.</p>
 <p>If there is no such connection, an error results and the current connection
 is unchanged.</p>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref40155.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref40155.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref40155.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref40155.dita Tue Jun 28 15:46:15 2005
@@ -29,7 +29,7 @@
 0-9, and underscore (_) characters. </p>
 <p>These identifiers exist within the scope of <codeph>ij</codeph> only and are
 distinct from any identifiers used in SQL commands, except in the case of
-the <xref href="rtoolsijcomref36618.dita#rtoolsijcomref36618"/> command. The <xref href="rtoolsijcomref36618.dita#rtoolsijcomref36618"/> command specifies a cursor name to use in creating a result set. </p>
+the <xref href="rtoolsijcomref36618.dita#rtoolsijcomref36618">Get Cursor</xref> command. The <xref href="rtoolsijcomref36618.dita#rtoolsijcomref36618">Get Cursor</xref> command specifies a cursor name to use in creating a result set. </p>
 <p><codeph>ij</codeph> does not recognize or permit delimited identifiers in <codeph>ij</codeph> commands. They can be used in SQL commands.</p>
 </section>
 <example><title>Example</title>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref44032.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref44032.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref44032.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref44032.dita Tue Jun 28 15:46:15 2005
@@ -23,11 +23,11 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>PREVIOUS <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b></b></codeblock>
+<codeblock><b>PREVIOUS <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Moves the cursor to the row previous to the current one, then fetches the
-row. The cursor must have been created with the <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772"/> command. It displays a banner and the values of the row.  
+row. The cursor must have been created with the <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772">Get Scroll Insensitive Cursor</xref> command. It displays a banner and the values of the row.  
 <note>This command works only in a Java 2 Platform, Standard Edition,
 v 1.2 (J2SE) or higher environment.</note></p>
 </section>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref53869.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref53869.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref53869.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref53869.dita Tue Jun 28 15:46:15 2005
@@ -23,11 +23,11 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>LAST <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b></b></codeblock>
+<codeblock><b>LAST <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Moves the cursor to the last row in the <i>ResultSet</i>,
-then fetches the row. The cursor must have been created with the <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772"/> command. It displays a banner and the values of the row.  
+then fetches the row. The cursor must have been created with the <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772">Get Scroll Insensitive Cursor</xref> command. It displays a banner and the values of the row.  
 <note>This command works only in a Java 2 Platform, Standard Edition,
 v 1.2 (J2SE) or higher environment.</note></p>
 </section>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref61708.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref61708.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref61708.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref61708.dita Tue Jun 28 15:46:15 2005
@@ -23,11 +23,11 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>FIRST <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b></b></codeblock>
+<codeblock><b>FIRST <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Moves the cursor to the first row in the <i>ResultSet</i>,
-then fetches the row. The cursor must have been created with the <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772"/> command. It displays a banner and the values of the row.  
+then fetches the row. The cursor must have been created with the <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772">Get Scroll Insensitive Cursor</xref> command. It displays a banner and the values of the row.  
 <note>This command works only in a Java 2 Platform, Standard Edition,
 v 1.2 (J2SE) or higher environment.</note></p>
 </section>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref62772.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref62772.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref62772.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref62772.dita Tue Jun 28 15:46:15 2005
@@ -23,7 +23,9 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>GET SCROLL INSENSITIVE [WITH {HOLD|NOHOLD}]  CURSOR <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b> AS <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110"/></i></b></b></codeblock>
+<codeblock><b>GET SCROLL INSENSITIVE [WITH {HOLD|NOHOLD}]
+   CURSOR <b><i><xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b> AS
+   <b><i><xref href="rtoolsijcomref34110.dita#rtoolsijcomref34110">String</xref></i></b></b></codeblock>
 <p>WITH HOLD is the default attribute of the cursor. For a non-holdable cursor,
 use the WITH NOHOLD option.</p>
 <note>WITH NOHOLD is only available in Java 2 Platform, Standard

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref79286.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref79286.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref79286.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref79286.dita Tue Jun 28 15:46:15 2005
@@ -23,12 +23,12 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>BEFORE FIRST <b><i>int <xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b></b></codeblock>
+<codeblock><b>BEFORE FIRST <b><i>int <xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Moves the cursor to before the first row, then fetches the row. (Since
 there is no current row, it returns the message <codeph>No current row</codeph>.)</p>
-<p>The cursor must have been created with the <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772"/> command.   
+<p>The cursor must have been created with the <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772">Get Scroll Insensitive Cursor</xref> command.   
 <note>This command works only in a Java
 2 Platform, Standard Edition, v 1.2 (J2SE) or higher environment.</note></p>
 </section>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref94092.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref94092.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref94092.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref94092.dita Tue Jun 28 15:46:15 2005
@@ -23,11 +23,11 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>ABSOLUTE <b><i>int <xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b></b></codeblock>
+<codeblock><b>ABSOLUTE <b><i>int <xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Moves the cursor to the row specified by the <i>int</i>,
-then fetches the row. The cursor must have been created with the <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772"/> command. It displays a banner and the values of the row.  
+then fetches the row. The cursor must have been created with the <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772">Get Scroll Insensitive Cursor</xref> command. It displays a banner and the values of the row.  
 <note>This command works only in a Java 2 Platform, Standard Edition,
 v 1.2 (J2SE) or higher environment.</note></p>
 </section>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijcomref97975.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijcomref97975.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijcomref97975.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijcomref97975.dita Tue Jun 28 15:46:15 2005
@@ -23,12 +23,12 @@
 </metadata>
 </prolog><refbody>
 <refsyn><title>Syntax</title>
-<codeblock><b>RELATIVE <b><i>int <xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155"/></i></b></b></codeblock>
+<codeblock><b>RELATIVE <b><i>int <xref href="rtoolsijcomref40155.dita#rtoolsijcomref40155">Identifier</xref></i></b></b></codeblock>
 </refsyn>
 <section><title>Description</title>
 <p>Moves the cursor to the row that is <i>int</i> number
 of rows relative to the current row, then fetches the row. The cursor must
-have been created with the <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772"/> command.
+have been created with the <xref href="rtoolsijcomref62772.dita#rtoolsijcomref62772">Get Scroll Insensitive Cursor</xref> command.
 It displays a banner and the values of the row.  
 <note>This command
 works only in a Java 2 Platform, Standard Edition, v 1.2 (J2SE) or higher

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijprop11002670.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijprop11002670.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijprop11002670.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijprop11002670.dita Tue Jun 28 15:46:15 2005
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE reference PUBLIC "-//IBM//DTD DITA Reference//EN" "../dtd/reference.dtd">
-<reference xml:lang="en-us" id="rtoolsijprop11002670">
-<title>Generic tool properties</title>
-<prolog><metadata>
-<keywords>
-</keywords>
-</metadata>
-</prolog>
-<refbody>
-</refbody></reference>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijpropref10135.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijpropref10135.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijpropref10135.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijpropref10135.dita Tue Jun 28 15:46:15 2005
@@ -25,7 +25,7 @@
 <section><title>Function</title>
 <p>Creates a named connection to the given database connection URL when <codeph>ij</codeph> starts
 up; it is equivalent to the Connect AS <i>Identifier</i> command.
-The database connection URL can be of the short form if an <i><xref href="rtoolsijpropref35032.dita#rtoolsijpropref35032"/></i> is specified. This property can be specified more than once
+The database connection URL can be of the short form if an <i><xref href="rtoolsijpropref35032.dita#rtoolsijpropref35032">ij.protocol</xref></i> is specified. This property can be specified more than once
 per session, creating multiple connections. When <codeph>ij</codeph> starts, it
 displays the names of all the connections created in this way. It also displays
 the name of the current connection, if there is more than one, in the <codeph>ij</codeph> prompt.</p>
@@ -45,7 +45,7 @@
 * = current connection
 ij(ANOTHERCONN)&gt;</codeblock>
 </example>
-<section><title>See Also</title>
+<section><title>See also</title>
 <ul>
 <li><xref href="rtoolsijcomref22318.dita#rtoolsijcomref22318"/></li>
 </ul>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijpropref12236.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijpropref12236.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijpropref12236.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijpropref12236.dita Tue Jun 28 15:46:15 2005
@@ -23,7 +23,7 @@
 </metadata>
 </prolog><refbody>
 <section><title>Function</title>
-<p>This property is similar to the <i><xref href="rtoolsijpropref35032.dita#rtoolsijpropref35032"/></i> property. The only difference is that it associates a name
+<p>This property is similar to the <i><xref href="rtoolsijpropref35032.dita#rtoolsijpropref35032">ij.protocol</xref></i> property. The only difference is that it associates a name
 with the value, thus allowing you to define and use more than one protocol.
 (See <xref href="rtoolsijcomref22318.dita#rtoolsijcomref22318"/>.)</p>
 </section>
@@ -37,7 +37,7 @@
 ij&gt; Connect 'newDB' protocol derby as new;
 ij&gt;</codeblock>
 </example>
-<section><title>See Also</title>
+<section><title>See also</title>
 <ul>
 <li><xref href="rtoolsijcomref27997.dita#rtoolsijcomref27997"/></li>
 </ul>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijpropref28788.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijpropref28788.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijpropref28788.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijpropref28788.dita Tue Jun 28 15:46:15 2005
@@ -33,7 +33,7 @@
 <example><title>Example</title>
 <codeblock><b>java -Dij.maximumDisplayWidth=1000 org.apache.derby.tools.ij</b></codeblock>
 </example>
-<section><title>See Also</title>
+<section><title>See also</title>
 <ul>
 <li><xref href="rtoolsijcomref12281.dita#rtoolsijcomref12281"/></li>
 </ul>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijpropref29864.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijpropref29864.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijpropref29864.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijpropref29864.dita Tue Jun 28 15:46:15 2005
@@ -1,4 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE reference PUBLIC "-//IBM//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
 <!-- 
 Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
 
@@ -14,27 +16,14 @@
 See the License for the specific language governing permissions and  
 limitations under the License.
 -->
-<!DOCTYPE reference PUBLIC "-//IBM//DTD DITA Reference//EN" "../dtd/reference.dtd">
-<reference xml:lang="en-us" id="rtoolsijpropref29864">
+<reference id="rtoolsijpropref29864" xml:lang="en-us">
 <title>ij properties reference</title>
 <prolog><metadata>
-<keywords>
-</keywords>
-</metadata>
-</prolog>
+<keywords></keywords>
+</metadata></prolog>
 <refbody>
-<section><p>When starting up<codeph>ij</codeph>, you can specify properties on the command
-line or in a properties file, as described in <xref href="ttoolsij30600.dita#ttoolsij30600"/>.
- 
-<ul>
-<li><i><xref href="rtoolsijpropref10135.dita#rtoolsijpropref10135"/></i></li>
-<li><i><xref href="rtoolsijpropref28146.dita#rtoolsijpropref28146"/></i></li>
-<li><i><xref href="rtoolsijpropref41073.dita#rtoolsijpropref41073"/></i></li>
-<li><i><xref href="rtoolsijpropref28788.dita#rtoolsijpropref28788"/></i></li>
-<li><i><xref href="rtoolsijpropref32585.dita#rtoolsijpropref32585"/></i></li>
-<li><i><xref href="rtoolsijpropref35032.dita#rtoolsijpropref35032"/></i></li>
-<li><i><xref href="rtoolsijpropref12236.dita#rtoolsijpropref12236"/></i></li>
-<li><i><xref href="rtoolsijpropref25589.dita#rtoolsijpropref25589"/></i></li>
-<li><i><xref href="rtoolsijpropref38481.dita#rtoolsijpropref38481"/></i></li>
-</ul></p></section>
-</refbody></reference>
+<section><p>When starting up<codeph>ij</codeph>, you can specify properties
+on the command line or in a properties file, as described in <xref href="ttoolsij30600.dita#ttoolsij30600"></xref>.
+  </p></section>
+</refbody>
+</reference>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijpropref35032.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijpropref35032.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijpropref35032.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijpropref35032.dita Tue Jun 28 15:46:15 2005
@@ -41,7 +41,7 @@
 ij&gt; <b>Connect 'newDB;create=true';</b>
 ij&gt;</codeblock>
 </example>
-<section><title>See Also</title>
+<section><title>See also</title>
 <ul>
 <li><xref href="rtoolsijcomref27997.dita#rtoolsijcomref27997"/></li>
 </ul>

Modified: incubator/derby/docs/trunk/src/tools/rtoolsijpropref41073.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tools/rtoolsijpropref41073.dita?rev=202296&r1=202295&r2=202296&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tools/rtoolsijpropref41073.dita (original)
+++ incubator/derby/docs/trunk/src/tools/rtoolsijpropref41073.dita Tue Jun 28 15:46:15 2005
@@ -37,7 +37,7 @@
 ij&gt; <b>Connect 'jdbc:odbc:MyODBCDataSource';</b>
 ij&gt;</codeblock>
 </example>
-<section><title>See Also</title>
+<section><title>See also</title>
 <ul>
 <li><xref href="rtoolsijcomref39042.dita#rtoolsijcomref39042"/></li>
 </ul>