Revision: 6527
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6527&view=rev
Author: manningr
Date: 2011-11-20 22:58:53 +0000 (Sun, 20 Nov 2011)
Log Message:
-----------
Fixed download link according to the latest release.
Modified Paths:
--------------
trunk/sql12/plugins/dbcopy/src/main/resources/doc/command-line.html
Modified: trunk/sql12/plugins/dbcopy/src/main/resources/doc/command-line.html
===================================================================
--- trunk/sql12/plugins/dbcopy/src/main/resources/doc/command-line.html 2011-11-20 22:46:04 UTC (rev 6526)
+++ trunk/sql12/plugins/dbcopy/src/main/resources/doc/command-line.html 2011-11-20 22:58:53 UTC (rev 6527)
@@ -20,14 +20,14 @@
<br>
-<a href="http://repo1.maven.org/maven2/net/sf/squirrel-sql/cli/dbcopy-cli/1.0.3/dbcopy-cli-1.0.3.jar">
-http://repo1.maven.org/maven2/net/sf/squirrel-sql/cli/dbcopy-cli/1.0.3/dbcopy-cli-1.0.3.jar</a>
+<a href="http://repo1.maven.org/maven2/net/sf/squirrel-sql/cli/dbcopy-cli/1.0.2/dbcopy-cli-1.0.2.jar">
+http://repo1.maven.org/maven2/net/sf/squirrel-sql/cli/dbcopy-cli/1.0.2/dbcopy-cli-1.0.2.jar</a>
</p><p>
Once the jar file is downloaded, it can be run with this command:
-java -jar dbcopy-cli-1.0.3.jar
+java -jar dbcopy-cli-1.0.2.jar
This will display the following usage:
@@ -53,7 +53,7 @@
a database with alias "DB2 (DBCPDST)", issue the following command with a comma-delimited list
of tables:
<pre>
-java -jar dbcopy-cli-1.0.3-SNAPSHOT.jar --source-alias "Derby (dbcopysrc)"
+java -jar dbcopy-cli-1.0.2.jar --source-alias "Derby (dbcopysrc)"
--dest-alias "DB2 (DBCPDST)"
--source-catalog ""
--source-schema "DBCOPY"
@@ -63,9 +63,9 @@
</pre>
</p>
To copy all tables matching the pattern "emp*", use the --table-pattern argument instead of the
---table-list :
+--table-list (wildcard is specified as "%", as it is in standard SQL) :
<pre>
-java -jar dbcopy-cli-1.0.3-SNAPSHOT.jar --source-alias "Derby (dbcopysrc)"
+java -jar dbcopy-cli-1.0.2.jar --source-alias "Derby (dbcopysrc)"
--dest-alias "DB2 (DBCPDST)"
--source-catalog ""
--source-schema "DBCOPY"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|