/[Apache-SVN]/incubator/derby/docs/trunk/src/adminguide/tadminapps811302.dita
ViewVC logotype

Diff of /incubator/derby/docs/trunk/src/adminguide/tadminapps811302.dita

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- incubator/derby/docs/trunk/src/adminguide/tadminapps811302.dita	2005/05/06 22:42:21	168975
+++ incubator/derby/docs/trunk/src/adminguide/tadminapps811302.dita	2005/05/06 22:46:20	168976
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
-
 <!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
  "../dtd/task.dtd">
 <?Pub Inc?>
@@ -19,16 +18,15 @@ See the License for the specific languag
 limitations under the License.
 -->
 <task id="tadminapps811302" xml:lang="en-us">
-<title>Using the Derby ij
-tool with the Network Server</title>
+<title>Using the Derby ij tool with the Network Server</title>
 <prolog><metadata>
 <keywords><indexterm>ij<indexterm>using with Network Server</indexterm></indexterm>
 <indexterm>Network Server<indexterm>ij and</indexterm></indexterm></keywords>
 </metadata></prolog>
 <taskbody>
-<context> To use ij with the Universal Driver, do the following:</context>
+<context> To use ij with the Network Client driver:</context>
 <steps>
-<step><cmd>Specify the driver</cmd><stepxmp><codeph>com.ibm.db2.jcc.DB2Driver</codeph>.
+<step><cmd>Specify the driver</cmd><stepxmp><codeph>org.apache.derby.jdbc.ClientDriver</codeph>.
 You can do this in any of the following ways:</stepxmp>
 <substeps>
 <substep><cmd>Use a Script</cmd><stepxmp><ul>
@@ -37,18 +35,17 @@ You can do this in any of the following
 <li>Script: ij.bat (Windows)</li>
 <li>Script: ij.ksh (Unix)</li>
 </ul></stepxmp></substep>
-<substep><cmd>Run ij from the command line</cmd><stepxmp><codeblock>java -Dij.driver='com.ibm.db2.jcc.DB2Driver' org.apache.derby.tools.ij </codeblock
+<substep><cmd>Run ij from the command line</cmd><stepxmp><codeblock>java -Dij.driver='org.apache.derby.jdbc.ClientDriver' org.apache.derby.tools.ij </codeblock
 ></stepxmp></substep>
-<substep><cmd>Use the DRIVER command</cmd><stepxmp><codeblock>ij&gt; DRIVER 'com.ibm.db2.jcc.DB2Driver'; </codeblock></stepxmp>
+<substep><cmd>Use the DRIVER command</cmd><stepxmp><codeblock>ij&gt; DRIVER 'org.apache.derby.jdbc.ClientDriver'; </codeblock></stepxmp>
 </substep>
 </substeps>
 </step>
-<step><cmd>Connect by specifying the URL:</cmd><info><note type="remember">The
-Universal Driver requires a user name and password. </note></info><stepxmp><codeblock>ij&gt; CONNECT 'jdbc:derby:net://localhost:1527/sample'
-	USER 'judy' PASSWORD 'no12see';</codeblock><?Pub Caret1?></stepxmp></step>
+<step><cmd>Connect by specifying the URL:</cmd><stepxmp><codeblock>ij&gt; CONNECT 'jdbc:derby://localhost:1527/sample'
+	USER 'judy' PASSWORD 'no12see';</codeblock></stepxmp></step>
 </steps>
-<postreq>See <xref href="cadminapps810777.dita#cadminapps810777"></xref> for
+<postreq>See <xref href="radminappsclientxmp.dita#radminappsclientxmp"></xref> for
 additional URL examples.</postreq>
 </taskbody>
 </task>
-<?Pub *0000002466?>
+<?Pub *0000002330?>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26