[teiid-commits] teiid SVN: r2273 - branches/7.0.x/build/kits/jboss-container/teiid-examples/simpleclient.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Jun 22 10:34:10 EDT 2010


Author: shawkins
Date: 2010-06-22 10:34:09 -0400 (Tue, 22 Jun 2010)
New Revision: 2273

Modified:
   branches/7.0.x/build/kits/jboss-container/teiid-examples/simpleclient/README.txt
Log:
making simpleclient readme more explicit

Modified: branches/7.0.x/build/kits/jboss-container/teiid-examples/simpleclient/README.txt
===================================================================
--- branches/7.0.x/build/kits/jboss-container/teiid-examples/simpleclient/README.txt	2010-06-22 01:55:30 UTC (rev 2272)
+++ branches/7.0.x/build/kits/jboss-container/teiid-examples/simpleclient/README.txt	2010-06-22 14:34:09 UTC (rev 2273)
@@ -1,11 +1,18 @@
-JDBCClient.java shows making connections to Teiid in embedded mode through both a Driver
+JDBCClient.java shows making connections to Teiid in through both a Driver
 and a DataSource.
 
-The program expects four arguments <host> <port> <vdb> <sql-command>.  There are helper run scripts 
-that can be run as follows:
+The program expects four arguments <host> <port> <vdb> <sql-command>.  There
+are helper run scripts that can be run as follows:
 
-$./run.sh localhost 31000 portfolio "select * from CustomerAccount"
+$./run.sh host port vdb "query"
 
 Note that the query is in quotes so that it is understood as a single argument.
 
-See the other examples for deployable .vdb and .xml files to create vdbs.
\ No newline at end of file
+e.g. With the portfolio vdb deployed:
+
+$./run.sh localhost 31000 portfolio "select * from customeraccounts"
+
+See the other examples for deployable .vdb and .xml files to create vdbs.
+
+NOTE: To run more advanced queries, it would be better a fully featured Java client, 
+such as SQuirreL [http://www.squirrelsql.org/].
\ No newline at end of file



More information about the teiid-commits mailing list