<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest topics for the forum "Jisql"]]></title>
		<link>http://forums.hotjoe.com/forums/show/28.page</link>
		<description><![CDATA[The newest discussed topics in the forum "Jisql"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>How to catch messages from database server</title>
				<description><![CDATA[ Hello, is there any way how to catch native messages from database server? Like number of rows affected etc. Or is it feature of JDBC driver? Thank You. Stepan]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/681/2569.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/681/2569.page</link>
				<pubDate><![CDATA[Tue, 26 Jan 2010 01:31:58]]> GMT</pubDate>
				<author><![CDATA[ t603]]></author>
			</item>
			<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>Looking for help with JiSQl to get data exported from our databases</title>
				<description><![CDATA[ Hello,<br /> <br /> we are looking for someone who can help us get our databases from our current ERP system exported as TDF. All we know is that we are supposed to be able to do this using jiSQL but we are at a loss as to how to execute any commands with this. If this is something that you think you can help us with please contact us directly to discuss fees etc. Software is running on a OS X 10.4 server. The database is sybase. Thank you.<br /> marc @ cadencebuilding .com<br /> 315-287-2852]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/667/2520.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/667/2520.page</link>
				<pubDate><![CDATA[Sun, 10 Jan 2010 17:58:46]]> GMT</pubDate>
				<author><![CDATA[ mdr]]></author>
			</item>
			<item>
				<title>output in XML format</title>
				<description><![CDATA[ Hello,<br /> <br /> Is it possible to have a XML output with jisql instead of table with columns?<br /> <br /> I use this command line:<br /> &quot;%JAVA_HOME%\bin\java&quot; -classpath %JISQL_CLASS% com.xigole.util.sql.Jisql -u %userDB% -p %passDB% -driver %drivDB% -cstring %httpDB% -c ; -w 20 -input sql/%TestName%.sql &gt; result\%TestName%.txt<br /> <br /> ---<br /> Truly,<br /> @notine]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/519/1989.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/519/1989.page</link>
				<pubDate><![CDATA[Thu, 6 Nov 2008 01:30:20]]> GMT</pubDate>
				<author><![CDATA[ anotine]]></author>
			</item>
			<item>
				<title>sed script to produce csv file</title>
				<description><![CDATA[ I had the need, so just hacked this out and wanted to save others the pain. These two chained sed scripts will delete the header and footer rows, clean out the 1&gt; bits, get rid of the line between the header and first data row, get rid of all extra whitespace, change pipes to &quot;,&quot;, add &quot; to the front of each line, and clean up ugly line endings.  The only thing to change is to change ColHeadOne to whatever your first column header is. It dependes on your jisql output being named 'interim_results.csv'.<br /> <br /> sed -e 's/^\x0D$//g' \<br /> -e '/^$/d' \<br /> -e '1,2d' \<br /> -e '4d' \<br /> -e '3s/^.*ColHeadOne/ColHeadOne/g' \<br /> -e 'N;$!P;$!D;$d' &lt; interim_results.csv | \<br /> sed -e 's/   */ /g'  \<br /> -e 's/ *| */","/g' \<br /> -e 's/^ */"/g' \<br /> -e 's/,&quot;*$//g' &gt; final_results.csv<br /> <br /> Enjoy. No warranties, expressed or implied. Your mileage may vary. No whales were harmed in the production of this script. Please recycle when done with it.<br /> -Bill<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/487/1873.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/487/1873.page</link>
				<pubDate><![CDATA[Wed, 30 Jul 2008 14:32:10]]> GMT</pubDate>
				<author><![CDATA[ hansley]]></author>
			</item>
			<item>
				<title>Connect to another database or user in JISQL</title>
				<description><![CDATA[ Hi,<br /> <br /> I am new to JISQL.<br /> Can anyone tell me how we can connect to another database or another user.<br /> For example we have done create user A;<br /> Now i want to change the user from current user to A. <br /> How shall I do it.<br /> <br /> In PSQL we do it like<br />  \connect ot \c [DBNAME [USERNAME]]]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/361/1523.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/361/1523.page</link>
				<pubDate><![CDATA[Mon, 23 Jul 2007 04:30:03]]> GMT</pubDate>
				<author><![CDATA[ shivanigoyal]]></author>
			</item>
			<item>
				<title>Insert unicode data into MySQL using scripts</title>
				<description><![CDATA[ I am trying to apply some database scripts that have some Russian text, to a MySQL database, using JiSQL and it always inserts some wierd characters. If I run the same script using MySQL query browser or any other GUI based tool, data is fine. All the tables are setup as UTF-8 to support Russian data.<br /> <br /> Is there any option or switch that I have to use to insert Unicode data? Please advise.<br /> <br /> thanks<br /> Anil G]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/358/1516.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/358/1516.page</link>
				<pubDate><![CDATA[Thu, 5 Jul 2007 18:43:44]]> GMT</pubDate>
				<author><![CDATA[ anilreddyg]]></author>
			</item>
			<item>
				<title>Help with installation</title>
				<description><![CDATA[ Let me start by saying thank you for this app, it fills a very importantant need. I am relatively new to linux, about a year but still pretty adept. I have unzipped the files to a directory and I am trying to connect to a MS SQL server. I am using this command in a shell script but get the same error at the command line.<br /> ----------------------------------------------------------------------------<br /> #!/bin/bash<br /> <br /> java -classpath .:/opt/msSQLjdbc/lib/jisql.jar:/opt/msSQLjdbc/lib/msbase.jar:/opt/msSQLjdbc/lib/msutil.jar:/opt/msSQLjdbc/lib/mssqlserver.jar com.xigole.util.sql.Jisql -user sa -password myword -driver mssql -cstring jdbc:microsoft:sqlserver://sqldev:1433;DatabaseName=Northwind<br /> <br /> actually I have tried it with this also:<br /> -cstring jdbc:microsoft:sqlserver://sqldev:1433/Northwind<br /> ------------------------------------------------------------------------------------<br /> I get the error below everytime. What am I missing? any help or guidance is appreciated. <br /> <br /> [root@portaldevtest jisql]# ./backuptest<br /> Exception in thread "main" java.lang.AbstractMethodError<br />    at _Jv_MakeVTable(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)<br />    at _Jv_PrepareClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)<br />    at _Jv_WaitForState(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)<br />    at java.lang.VMClassLoader.linkClass0(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)<br />    at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)<br />    at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)<br />    at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)<br />    at java.lang.Class.forName(java.lang.String) (/usr/lib/libgcj.so.5.0.0)<br />    at com.microsoft.jdbc.base.BaseClassUtility.getConnection(java.lang.String) (Unknown Source)<br />    at com.microsoft.jdbc.base.BaseClassUtility.getConnection(com.microsoft.jdbc.base.BaseDriver) (Unknown Source)<br />    at com.microsoft.jdbc.base.BaseDriver.connect(java.lang.String, java.util.Properties) (Unknown Source)<br />    at java.sql.DriverManager.getConnection(java.lang.String, java.util.Properties) (/usr/lib/libgcj.so.5.0.0)<br />    at com.xigole.util.sql.Jisql.getConnection(java.lang.String, java.util.Properties) (Unknown Source)<br />    at com.xigole.util.sql.Jisql.run() (Unknown Source)<br />    at com.xigole.util.sql.Jisql.main(java.lang.String[]) (Unknown Source)<br /> You have new mail in /var/spool/mail/root<br /> [root@portaldevtest jisql]# echo $PATH<br /> /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/lib<br /> [root@portaldevtest jisql]#<br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/329/1420.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/329/1420.page</link>
				<pubDate><![CDATA[Wed, 15 Nov 2006 05:17:15]]> GMT</pubDate>
				<author><![CDATA[ larrys]]></author>
			</item>
			<item>
				<title>Options, output field delimiter</title>
				<description><![CDATA[ <br /> I'm a new user of jisql. Two questions:<br /> <br /> 1. Are options/preferences stored elsewhere than jisql.prp? For example where is the option on the output field delimiter stored?<br /> <br /> 2. Related - I can't seem to set the field delimiter using the -spacer command line argument. Is that argument still valid? It also doesn't seem to be preserved from one jisql session to the next. <br /> <br /> Thanks!]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/328/1419.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/328/1419.page</link>
				<pubDate><![CDATA[Tue, 14 Nov 2006 13:59:32]]> GMT</pubDate>
				<author><![CDATA[ pmurti]]></author>
			</item>
			<item>
				<title>OutOfMemoryError</title>
				<description><![CDATA[ I am running jisql on Linux and connecting to MS SQL Server. I run it with the following command:<br /> $JAVA_HOME/bin/java -classpath ../javalib/database/jisql.jar:../javalib/database/jtds-1.2.jar com.xigole.util.sql.Jisql -driver net.sourceforge.jtds.jdbc.Driver<br /> <br /> For the most part, jisql is working great. (Thanks!) I have encountered a problem, however. I wrote a function that separately queries several database tables, then aggregates the results and returns them. I can invoke the function without any problems from SQL Explorer running in Eclipse. I run it as:<br /> select * from healthCheck()<br /> <br /> When I run the same function from jisql, I get the following error:<br /> Exception in thread "main" java.lang.OutOfMemoryError: Requested array size exceeds VM limit<br /> <br /> I tried adding -Xms64M -Xmx512M parameters to the command that opens jisql but that didn't change anything. When I was trying to run this, there were 0 rows returned by healthCheck() so it does not seem to be caused by the size of the result set.<br /> <br /> Thanks in advance for any help you may be able to provide!<br /> -Andrew Guldman]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/315/1362.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/315/1362.page</link>
				<pubDate><![CDATA[Wed, 20 Sep 2006 05:55:30]]> GMT</pubDate>
				<author><![CDATA[ gnaryak]]></author>
			</item>
			<item>
				<title>Minor jisql suggestion</title>
				<description><![CDATA[ I've been using jisql for a bit now, and I have a minor suggestion: Change your check for "exit" and "quit" to ignore case.  It makes life slightly easier when typing all caps SQL commands.]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/313/1357.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/313/1357.page</link>
				<pubDate><![CDATA[Thu, 7 Sep 2006 15:53:53]]> GMT</pubDate>
				<author><![CDATA[ mrider]]></author>
			</item>
			<item>
				<title>Need something like WHENEVER SQLERROR EXIT for scripts</title>
				<description><![CDATA[ Hello!<br /> <br /> First off, this is an awesome tool and a much needed utility.<br /> <br /> I was wondering how hard it would be to add either a flag or a command so that if any Exception occurs when reading a script to stop executing the remainder of the script.<br /> <br /> Thanks!<br /> <br /> Dan]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/207/863.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/207/863.page</link>
				<pubDate><![CDATA[Sun, 26 Mar 2006 14:20:44]]> GMT</pubDate>
				<author><![CDATA[ dewwalker]]></author>
			</item>
			<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 /> <ul><li>addition of a batch mode (no pretty output)</li><li>a column separator can be choosen in batch mode</li><li>addition of the JConnect6 shortcut</li><li>HTML/XML output</li><li>CSV output</li><li>Any character that cannot be printed with the current charcter set should print with the unicode code</li></ul><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>Truncated varchar values in jisql</title>
				<description><![CDATA[ Hi! I'm using jisql on the command line to connect to a MS SQL Server, and all of my varchar values are truncated to 24 characters. I'm using Microsoft's JDBC driver. Any ideas why this truncation might be happening?]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/31/77.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/31/77.page</link>
				<pubDate><![CDATA[Wed, 14 Dec 2005 16:25:33]]> GMT</pubDate>
				<author><![CDATA[ leono]]></author>
			</item>
			<item>
				<title>Announce: new version of jisql available</title>
				<description><![CDATA[ A new version of [url=http://www.xigole.com/software/jisql.jsp]jisql[/url] is available for download.  This version adds the ability to enter passwords on the command line.<br /> <br /> jsiql is a command line interactive SQL processor.  It passes typed commands onto a database server.  You can use any JDBC driver and any database connection URL.  Full source code and ant build files are include in the distributions.<br /> <br /> jsiql is licensed under the [url=http://www.apache.org/licenses/LICENSE-2.0]Apache License[/url].]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/15/33.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/15/33.page</link>
				<pubDate><![CDATA[Mon, 10 Oct 2005 12:01:05]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
	</channel>
</rss>