<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Some future directions"]]></title>
		<link>http://forums.hotjoe.com/posts/list/28.page</link>
		<description><![CDATA[Latest messages posted in the topic "Some future directions"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Some future directions</title>
				<description><![CDATA[ I've received a few requests for some future directions of Jisql and wanted to post them here so there there are no duplicates.  These are in no particular order.<br /> <br /> &lt;ul&gt;&lt;li&gt;addition of a batch mode (no pretty output)&lt;/li&gt;&lt;li&gt;a column separator can be choosen in batch mode&lt;/li&gt;&lt;li&gt;addition of the JConnect6 shortcut&lt;/li&gt;&lt;li&gt;HTML/XML output&lt;/li&gt;&lt;li&gt;CSV output&lt;/li&gt;&lt;li&gt;Any character that cannot be printed with the current charcter set should print with the unicode code&lt;/li&gt;&lt;/ul&gt;<br /> <br /> If anyone has anything else let me know.]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/94/298.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/94/298.page</link>
				<pubDate><![CDATA[Fri, 23 Dec 2005 09:59:15]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Re:Some future directions</title>
				<description><![CDATA[ Taking my cue from text handling products like MS ODBC Text, J-Stels, HXTT:<br /> <br /> There should be an option for Header supression: yes/no<br /> <br /> The delimiter choice should support escapes allowing any charater or string of characters.  You should be able to set it whether you are generating delimited or rectangular output.<br /> <br /> When making a delimited file, there should be no underlining or overlining and, optionally, one or no header line of column names.  If names are requested, any blank labels should be populated with default values like COL_#.<br /> <br /> The leading and trailing row column delimiters never appealed to me, although I guess they form a pretty box.  Maybe they could be optional.<br /> <br /> Padding the column delimiters with spaces never appealed to me, although I guess they give extra visual separation.  Maybe they could be optional.<br /> <br /> Headings on longvarchar are currently right justified, should probably be right for integers, centered for scalar and float presentations, left for char types.<br /> <br /> Always but especially when generating delimited output, the user should be able to control NULL handling, by optionally supplying a desired string for NULL presentation in lieu of empty, by optionally asking for trimming, by optionally ensuring no char column is trimmed to empty when blank when empty is the NULL presentation.<br /> <br /> BTW, columns are being truncated to 15 positions for varchar(-1), even with -w 50.  Also with longvarchar(20), even with -w 50, but that's a bit less your problem.<br /> <br /> Best regards,<br /> <br /> David]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/94/327.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/94/327.page</link>
				<pubDate><![CDATA[Wed, 4 Jan 2006 11:54:08]]> GMT</pubDate>
				<author><![CDATA[ DGPickett]]></author>
			</item>
			<item>
				<title>Re:Some future directions</title>
				<description><![CDATA[ David,<br /> Thanks for the ideas.  I'm working on getting these and some other suggestions implemented and hope to have something pretty soon.  If you come up with any other ideas please feel free to post them.<br /> <br /> Thanks!]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/94/329.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/94/329.page</link>
				<pubDate><![CDATA[Wed, 4 Jan 2006 19:33:40]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
			<item>
				<title>Re:Some future directions</title>
				<description><![CDATA[ Hi Scott,<br /> I just found your Jisql utility, very nice.  <br /> In reference to the jisql future features, is this one available yet?<br /> <br /> addition of a batch mode (no pretty output)<br /> <br /> I'd like to be able to execute a java command to start Jisql with parameters to:<br /> 1) read an input text file (sql script)<br /> 2) write an output text file (sql output)<br /> Then automatically quit, setting the DOS errorlevel with nonzero if the SQL returned errors.<br /> <br /> What I'm trying to do is repeatedly check for a database table to be emptied by the application under test, then use that condition to tell the application under test to load the table with more data.  <br /> <br /> i.e. <br /> [code]select count(*) from workflowcontributedocument;[/code]<br /> <br /> When this returns zero rows, I'll issue a command to the app under test to load more data.  <br /> <br /> Thanks,<br /> Scott Leavitt<br /> VMware]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/94/1453.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/94/1453.page</link>
				<pubDate><![CDATA[Tue, 23 Jan 2007 10:58:06]]> GMT</pubDate>
				<author><![CDATA[ sleavitt]]></author>
			</item>
			<item>
				<title>Re:Some future directions</title>
				<description><![CDATA[ Uh... so maybe I should read the home page more closely  :oops: <br /> <br /> I got it working by inserting the [code]-input[/code] argument in my batch file (carriage returns added to wrap this long command line).<br /> <br /> [code]<br /> java -classpath lib/jisql.jar;../jtds-1.2-dist/jtds-1.2.jar <br /> com.xigole.util.sql.Jisql <br /> -user scott <br /> -password mypasswd <br /> -driver net.sourceforge.jtds.jdbc.Driver <br /> -cstring  jdbc:jtds:sqlserver://myserver:1433/my_database <br /> -input wfcd.sql <br /> -c ;<br /> [/code]<br /> <br /> Thanks Scott for including this feature!<br /> <br /> Scott]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/94/1454.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/94/1454.page</link>
				<pubDate><![CDATA[Tue, 23 Jan 2007 13:27:09]]> GMT</pubDate>
				<author><![CDATA[ sleavitt]]></author>
			</item>
	</channel>
</rss>
