|
From: SVN by r. <sv...@ca...> - 2007-10-08 15:18:40
|
Author: rotman
Date: 2007-10-08 17:18:39 +0200 (Mon, 08 Oct 2007)
New Revision: 171
Modified:
sqlshell
Log:
Allow commandline argument and pass that as connection string
Modified: sqlshell
===================================================================
--- sqlshell 2007-10-08 14:39:14 UTC (rev 170)
+++ sqlshell 2007-10-08 15:18:39 UTC (rev 171)
@@ -39,4 +39,4 @@
CP=${CP}:${DRIVER}
done
-${JAVA} -cp ${CP} nl.improved.sqlclient.SQLShell
+${JAVA} -cp ${CP} nl.improved.sqlclient.SQLShell $@
|