<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Jisql version 2.0 now available"]]></title>
		<link>http://forums.hotjoe.com/posts/list/28.page</link>
		<description><![CDATA[Latest messages posted in the topic "Jisql version 2.0 now available"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Jisql version 2.0 now available</title>
				<description><![CDATA[ Yes, after this many years people are still using Jisql.  I've updated it and I've tried to include most suggestions that I've received over the years.  I think I've gotten it but don't be afraid to speak up - let me know if something is missing!<br /> <br /> Jisql can be downloaded from [url=http://www.xigole.com/software/jisql.jsp]the normal places[/url].  Take a look and give me any feedback.]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2522.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2522.page</link>
				<pubDate><![CDATA[Tue, 12 Jan 2010 10:22:54]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ I'm sure this is something I've done wrong, but I'm getting a message about 'Bad version number in .class file' when attempting to run against the updated version (which I'm very excited about!)<br /> <br /> Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file<br />         at java.lang.ClassLoader.defineClass1(Native Method)<br />         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)<br />         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)<br />         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)<br />         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)<br />         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)<br />         at java.security.AccessController.doPrivileged(Native Method)<br />         at java.net.URLClassLoader.findClass(URLClassLoader.java:18<img src="http://forums.hotjoe.com//images/smilies/b2eb59423fbf5fa39342041237025880.gif"  /><br />         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)<br />         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:26<img src="http://forums.hotjoe.com//images/smilies/b2eb59423fbf5fa39342041237025880.gif"  /><br />         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)<br />         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)<br /> <br /> <br /> I'm trying to run as follows:<br /> /opt/jboss/jdk1.5.0_07/bin/java -classpath lib/jisql.jar:lib/jopt-simple-3.2.jar:lib/javacsv.jar:/lib/jt400-6.0.jar com.xigole.util.sql.Jisql -user %user% -password %pass% -driver com.ibm.as400.access.AS400JDBCDriver -cstring jdbc:as400://%dbname%<br /> <br /> I also tried to run against the new version with scripts that were running without issue on the older version that we've been using for a little over a year now.  (script exists in jisql/slic_queries, thus classpath ../lib)<br /> <br /> JAVA_HOME=/opt/jboss/jdk1.5.0_07<br /> $JAVA_HOME/bin/java -classpath ../lib/jisql.jar:../lib/jt400-6.0.jar \<br />         com.xigole.util.sql.Jisql \<br />         -driver com.ibm.as400.access.AS400JDBCDriver \<br />         -user %user% \<br />         -pf /home/weblogic/jisql/input/3.txt \<br />         -cstring jdbc:as400://%dbname%\<br />         -input check_slic_stop_status.sql<br /> <br /> Sorry if this is a rookie mistake.  I'll keep working on it to see if I can resolve.<br /> <br /> Thanks,<br /> Tamii ]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2544.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2544.page</link>
				<pubDate><![CDATA[Fri, 22 Jan 2010 13:33:27]]> GMT</pubDate>
				<author><![CDATA[ tamiij]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ No mistake - I compiled with Java 6.  I'll post an updated one with Java 5.  Otherwise, there is an ant build file included with the distribution that would allow you to build your own.<br /> <br /> Thanks for pointing this out!]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2545.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2545.page</link>
				<pubDate><![CDATA[Fri, 22 Jan 2010 13:41:08]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ Thanks so much for the FAST reply!  I also had java6 on my machine.  I tried with that and had to update my driver, but it's working like a charm now!<br /> <br /> Thanks again!<br /> Tamii ]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2546.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2546.page</link>
				<pubDate><![CDATA[Fri, 22 Jan 2010 14:13:03]]> GMT</pubDate>
				<author><![CDATA[ tamiij]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ Has the -pf option to pass in the password from a text file been removed in the latest version?  <br /> <br /> Older version usage included the following:<br />         -pf specifies the name of a file that contains the password to log into a database server with.<br />             The first line of file should contain the password and nothing else.<br /> <br /> However, I don't see it in the usage for the 2.0 release. <br /> <br /> This was super useful for cron.<br /> <br /> Thanks, <br /> Tamii ]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2547.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2547.page</link>
				<pubDate><![CDATA[Fri, 22 Jan 2010 14:34:36]]> GMT</pubDate>
				<author><![CDATA[ tamiij]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ I'm not sure how I removed that but it is in an older subversion rev - let me fix it and I'll post a 2.0.1 version.  Sorry for the confusion.]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2548.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2548.page</link>
				<pubDate><![CDATA[Fri, 22 Jan 2010 14:38:06]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ The -pf is back - I don't quite know how I deleted it and then missed it but it's back.]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2549.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2549.page</link>
				<pubDate><![CDATA[Fri, 22 Jan 2010 15:15:58]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ I grabbed the latest download (2010-01-25 3:45pm EST), and I get this error:<br /> <br /> [code]<br /> java.lang.NoClassDefFoundError: joptsimple/OptionParser<br /> 	at com.xigole.util.sql.Jisql.parseArgs(Jisql.java:495)<br /> 	at com.xigole.util.sql.Jisql.main(Jisql.java:249)<br /> Caused by: java.lang.ClassNotFoundException: joptsimple.OptionParser<br /> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)<br /> 	at java.security.AccessController.doPrivileged(Native Method)<br /> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)<br /> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:319)<br /> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)<br /> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:264)<br /> 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)<br /> 	... 2 more<br /> [/code]<br /> <br /> Jisql v2.0.1 copyright (c) 2010 Scott Dunbar (scott@xigole.com)<br /> [...]<br /> <br /> <br /> java -classpath .../ojdbc14_g.jar:.../jisql_2/lib/jisql.jar  com.xigole.util.sql.Jisql -user ... -password ... -driver oracle.jdbc.driver.OracleDriver -cstring jdbc:oracle:thin:@...:1521:...<br /> <br /> java -version<br /> java version "1.6.0_0"<br /> OpenJDK Runtime Environment (IcedTea6 1.6.2) (suse-0.1.1-x86_64)<br /> OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)<br /> <br /> Changing the location of jisql.jar to point to my old jisql from fall 2009 works fine.<br /> ]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2557.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2557.page</link>
				<pubDate><![CDATA[Mon, 25 Jan 2010 14:02:36]]> GMT</pubDate>
				<author><![CDATA[ mkienenb]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ Sorry if it wasn't clear from the [url=http://www.xigole.com/software/jisql.jsp]the docs[/url] but Jisql now has one required and one optional dependency.  The required dependency is on [url=http://jopt-simple.sourceforge.net/]jopt-simple[/url].  This is included in the "lib" directory of the distribution.<br /> <br /> If you use the CSV output or if you compile the default formatter it is dependent on [url=http://sourceforge.net/projects/javacsv/]JavaCSV[/url] which is also included in the "lib" directory.<br /> <br /> If you add lib/jopt-simple-3.2.jar to your classpath and, optionally, lib/javacsv.jar you should be good to go.]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2558.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2558.page</link>
				<pubDate><![CDATA[Mon, 25 Jan 2010 14:08:31]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ Oops.<br /> <br /> Yes, it was obvious from the docs -- once I read them again.<br /> <br /> Sorry about that -- I assumed that they hadn't changed since the last time I read them <img src="http://forums.hotjoe.com//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> <br /> Thanks for the RTM <img src="http://forums.hotjoe.com//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2559.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2559.page</link>
				<pubDate><![CDATA[Mon, 25 Jan 2010 14:14:50]]> GMT</pubDate>
				<author><![CDATA[ mkienenb]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ If you wanted to make it a little bit more automated for end users, you could add this to the manifest (and probably the java csv jar as  well), then change the directions to "java -classpath jdbcdriver.jar -jar jisql.jar"<br /> <br /> <br /> [code]<br /> 		    &lt;manifest&gt;<br /> 			      &lt;attribute name="Class-Path" value="${jisql.jar.name} ${jopt-simple-3.2.jar.name}"/&gt;<br /> 			      &lt;attribute name="Main-Class" value="com.xigole.util.sql.Jisql"/&gt;<br /> [/code]]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2560.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2560.page</link>
				<pubDate><![CDATA[Mon, 25 Jan 2010 14:23:37]]> GMT</pubDate>
				<author><![CDATA[ mkienenb]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ Excellent idea - I don't know why I didn't do that in the first place.  Look for 2.0.2 later today.]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2561.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2561.page</link>
				<pubDate><![CDATA[Mon, 25 Jan 2010 14:26:07]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ Well, I gave it a try with this patch<br /> <br /> [code]<br /> <br /> --- build.xml	2010-01-12 12:18:05.000000000 -0500<br /> +++ build-new.xml	2010-01-25 16:31:20.000000000 -0500<br /> @@ -71,9 +71,11 @@<br />  		&lt;delete dir="${javadoc.dir}"/&gt;<br />  	&lt;/target&gt;<br />  <br /> 	&lt;target name="jar" depends="compile, get.svn.version"&gt;<br />  		&lt;jar destfile="${dest.lib.dir}/${dest.lib.name}" basedir="${dest.classes.dir}"&gt;<br />  			&lt;manifest&gt;<br /> +				&lt;attribute name="Class-Path" value="${dest.lib.name} jopt-simple-3.2.jar javacsv.jar"/&gt;  <br /> +				&lt;attribute name="Main-Class" value="com.xigole.util.sql.Jisql"/&gt;  <br />  				&lt;attribute name="Built-By" value="${user.name}"/&gt;<br />  				&lt;attribute name="Built-On" value="${build.start.time}"/&gt;<br />                  &lt;attribute name="Subversion-Revision" value="${svn.revision.number}"/&gt;<br /> <br /> [/code]<br /> <br /> but  maybe this won't work due to the driver classpath.<br /> <br /> java  -jar /home/mkienenb/java/jisql_2/lib/jisql.jar -classpath .../ojdbc14_g.jar  -user cis -password cis -driver oracle.jdbc.driver.OracleDriver -cstring jdbc:oracle:thin:@...<br /> Password (hit enter for no password):  <br /> Cannot find the driver class "oracle.jdbc.driver.OracleDriver" in the current classpath.<br /> <br /> <br /> However, it no longer requires specifying the jopt-simple-3.2 jar when I change the manifest and use "java -classpath driver.jar:jisql.jar com.xigole.util.sql.Jisql"<br /> ]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2562.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2562.page</link>
				<pubDate><![CDATA[Mon, 25 Jan 2010 14:37:49]]> GMT</pubDate>
				<author><![CDATA[ mkienenb]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ One more bug report:<br /> <br /> "-password value" doesn't work anymore.<br /> <br /> You are still prompted for a password under 2.0.1 even after specifying it.<br /> ]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2563.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2563.page</link>
				<pubDate><![CDATA[Mon, 25 Jan 2010 14:43:30]]> GMT</pubDate>
				<author><![CDATA[ mkienenb]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ java -Xbootclasspath/a:/pathtodriverjar/ojdbc14_g.jar -jar /pathtojisql2/lib/jisql.jar  -user ... -password ... -driver oracle.jdbc.driver.OracleDriver -cstring jdbc:oracle:thin:@...<br /> <br /> Well, it's Sun-specific, but it does work to use the -Xbootclasspath/a for the driver and combine it with -jar<br /> <br /> It's an alternative <img src="http://forums.hotjoe.com//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2564.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2564.page</link>
				<pubDate><![CDATA[Mon, 25 Jan 2010 14:57:26]]> GMT</pubDate>
				<author><![CDATA[ mkienenb]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ Thanks for your help.  There is a bug in 2.0.1 with the password - that is fixed now in 2.0.2 (which I'll post after this).  As far as the classpath, I've always felt that the Main-Class stuff is a bit limited and you're pointing that out.  However, I've simplified it a little bit:<br /> <br /> [code]java -cp lib/jisql.jar:/usr/local/tomcatdev/lib/postgresql-8.3-604.jdbc4.jar com.xi.util.sql.Jisql -u user -password pass -driver postgresql  -cstring jdbc:postgresql://localhost/dbname[/code]<br /> <br /> works just fine for me.  Note that I didn't include the JavaCSV nor jopt-simple jars on the command line.  Of course, this blows the whole point of Main-Class so I'm not sure that it is super valuable for you.<br /> <br /> Anyhow, let me post 2.0.2 and, again, thanks very much for your help.<br /> ]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2565.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2565.page</link>
				<pubDate><![CDATA[Mon, 25 Jan 2010 15:36:05]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ Actually, for my  limited use, I can stick with specifying everything.   But I was just pointing it out in hopes of making it easier for others down the road.<br /> Not having to specify the secondary jars certainly helps, especially for those of us who didn't read the directions before we upgraded <img src="http://forums.hotjoe.com//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> ]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/2566.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/2566.page</link>
				<pubDate><![CDATA[Mon, 25 Jan 2010 15:49:09]]> GMT</pubDate>
				<author><![CDATA[ mkienenb]]></author>
			</item>
			<item>
				<title>Jisql version 2.0 now available</title>
				<description><![CDATA[ Hi, I get a java.lang.OutOfMemoryError exception. when running any query with MS Server.<br /> <br /> Exception in thread "main" java.lang.OutOfMemoryError: Java heap space<br /> 	at java.util.Arrays.copyOf(Arrays.java:2882)<br /> 	at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)<br /> 	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)<br /> 	at java.lang.StringBuffer.append(StringBuffer.java:224)<br /> 	at com.xigole.util.sql.Jisql.doIsql(Jisql.java:396)<br /> 	at com.xigole.util.sql.Jisql.run(Jisql.java:295)<br /> 	at com.xigole.util.sql.Jisql.main(Jisql.java:270)<br /> <br /> <br /> Jisql is wrapped around a script like this:<br /> <br /> java    -Xms128m -Xmx3g \<br />         -classpath lib/jisql-2.0.9.jar:${HOME}/opt/sqljdbc_3.0/enu/sqljdbc4.jar \<br />         com.xigole.util.sql.Jisql \<br />         -user me \<br />         -password apassword \<br />         -driver com.microsoft.sqlserver.jdbc.SQLServerDriver \<br />         -cstring "jdbc:sqlserver://aserver\something;databaseName=adatabase;APP=Database Browser;WSID=${HOSTNAME};DATABASE=Adatamase" "$@"<br /> <br /> The runtime is:<br /> jisql-2.0.9$ java -version<br /> java version "1.6.0_26"<br /> Java(TM) SE Runtime Environment (build 1.6.0_26-b03)<br /> Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)<br /> <br /> Any suggestions?]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/4158.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/4158.page</link>
				<pubDate><![CDATA[Tue, 6 Sep 2011 03:29:11]]> GMT</pubDate>
				<author><![CDATA[ Michael Ambrus]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ I've had this problem with other drivers too.  Can you try out Jisql 2.0.10 available at [url=http://www.xigole.com/software/jisql/jisql.jsp]http://www.xigole.com/software/jisql/jisql.jsp[/url]?  I was able to reproduce the issue under PostgreSQL and 2.0.10 fixes it.<br /> <br /> Note that the underlying issue is that with text (CLOB in some databases) or binary (BLOB) columns the width of the column comes back as a very large number - usually 2GB.  The code was trying to print out a string 2GB in length for the column.  Now the formatter defaults to a max column width of 2048.  You can override that with the "-w" switch.<br /> <br /> Let me know if that helps things any.]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/4159.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/4159.page</link>
				<pubDate><![CDATA[Tue, 6 Sep 2011 10:29:06]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ Hi stdunbar. That sounds about right.<br /> <br /> I tried experimenting with some different queries and especially one field, when selected caused this exception to happen. Excluding it, and everything workes fine. The field is typically one which would contain a long string. I'm not sure if it's size is variable or not.<br /> <br /> I'll try Jisql 2.0.10  ASAP.<br /> <br /> The -w option sounds like an excellent workaround, but I couldn't get it to work however<br /> <br /> myDB.sh -input ../my.sql -delimiter=";" -noheader -trim -left -w1024<br /> <br /> :<br /> Additional command line arguments of the com.xigole.util.sql.outputformatter.DefaultFormatter class are<br /> 	-w specifies the maximum field width for a column.  The default is to output the full width of the column<br /> :<br /> <br /> I looked into the jisql-2.0.9.jar and DefaultFormatter.class is there.<br /> <br /> Minor additional issue:<br /> It seems that -nohead doesn't work either (I can't see any difference with or without it).<br /> <br /> Thanks for<br /> /Michael<br /> ]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/4160.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/4160.page</link>
				<pubDate><![CDATA[Wed, 7 Sep 2011 06:42:29]]> GMT</pubDate>
				<author><![CDATA[ Michael Ambrus]]></author>
			</item>
			<item>
				<title>Jisql version 2.0 now available</title>
				<description><![CDATA[ Jisql 2.0.10  solves everything, thanks!<br /> <br /> -w works, but even without it the default is well chosen.<br /> <br /> Only -nohead left to fix now.<br /> <br /> Regards<br /> /Michael]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/4161.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/4161.page</link>
				<pubDate><![CDATA[Wed, 7 Sep 2011 08:02:09]]> GMT</pubDate>
				<author><![CDATA[ Michael Ambrus]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ Thanks for the bug report - I'll take a look at this.  I saw that the -w wasn't working correctly in 2.0.9 - I'm not as good at Q/A as I should be!]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/4162.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/4162.page</link>
				<pubDate><![CDATA[Wed, 7 Sep 2011 08:04:00]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Re:Jisql version 2.0 now available</title>
				<description><![CDATA[ Michael - thanks very much for the feedback.  I've released 2.0.11 that has this and another command line parsing bug fixed (the delimiter).  I believe that all of the command line options are working now but, of course, if you find anything let me know.<br /> <br /> 2.0.11 is available [url=http://www.xigole.com/software/jisql/jisql.jsp]at the same place[/url].]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/4163.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/4163.page</link>
				<pubDate><![CDATA[Wed, 7 Sep 2011 09:34:24]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Jisql version 2.0 now available</title>
				<description><![CDATA[ Confirmed, everything works perfectly in 2.0.11<br /> <br /> Thanks!<br /> <br /> //Michael]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/669/4164.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/669/4164.page</link>
				<pubDate><![CDATA[Wed, 7 Sep 2011 09:56:50]]> GMT</pubDate>
				<author><![CDATA[ Michael Ambrus]]></author>
			</item>
	</channel>
</rss>
