Author: shawkins
Date: 2010-03-25 08:11:07 -0400 (Thu, 25 Mar 2010)
New Revision: 1998
Modified:
trunk/build/kit-jboss-container/teiid-examples/simpleclient/readme.txt
Log:
correcting for 7.0
Modified: trunk/build/kit-jboss-container/teiid-examples/simpleclient/readme.txt
===================================================================
--- trunk/build/kit-jboss-container/teiid-examples/simpleclient/readme.txt 2010-03-24
21:49:16 UTC (rev 1997)
+++ trunk/build/kit-jboss-container/teiid-examples/simpleclient/readme.txt 2010-03-25
12:11:07 UTC (rev 1998)
@@ -4,8 +4,8 @@
The program expects two arguments <vdb name> and <sql query>. There are
helper run scripts
that can be run as follows:
-$run.sh admin "select * from groups"
+$run.sh <vdb> "select * from SYS.tables"
Note that the query is in quotes so that it is understood as a single argument.
-See the other examples for deployable .vdb and .def files to create vdbs.
\ No newline at end of file
+See the other examples for deployable .vdb and .xml files to create vdbs.
\ No newline at end of file
Show replies by date