<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>btaz &#187; JDBC</title>
	<atom:link href="http://www.btaz.com/category/java/jdbc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.btaz.com</link>
	<description>Promoting the art of coding</description>
	<lastBuildDate>Thu, 17 Mar 2011 06:41:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>DbVisualizer auto commit problem</title>
		<link>http://www.btaz.com/java/jdbc/dbvisualizer-auto-commit-problem/</link>
		<comments>http://www.btaz.com/java/jdbc/dbvisualizer-auto-commit-problem/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 16:47:30 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[JDBC]]></category>
		<category><![CDATA[auto commit]]></category>
		<category><![CDATA[DbVisualizer]]></category>

		<guid isPermaLink="false">http://www.btaz.com/?p=157</guid>
		<description><![CDATA[I had some issues with DbVisualizer and auto commit. I wanted to be able to turn it off from the SQL commander. The official documentation states that you can do this using: The Auto Commit setting is enabled by default and can be adjusted in the Connection Properties. You may also adjust the  auto commit [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I had some issues with DbVisualizer and auto commit. I wanted to be able to turn it off from the SQL commander. The official documentation states that you can do this using:</p>
<p><span style="color: #0000ff;">The Auto Commit setting is enabled by default and can be adjusted in the Connection Properties. You may also adjust the  auto commit state for the SQL editor you are using in the SQL Commander with the following command:</span></p>
<p>@set autocommit true/false</p>
<p>Unfortunately this didn&#8217;t work for  me in either 6.5.12 or 7.04 (I&#8217;m using OS X and Java 6) against an Oracle 10g database. I get an error alert stating &#8220;/application/set autocommit false (No such file or directory)&#8221;<br />
I was finally able to figure out that you can get it to work using:</p>
<p><span style="color: #0000ff;">@set autocommit off/on</span></p>
<p>I&#8217;m not sure if this is a problem that only occur on OS X.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.btaz.com/java/jdbc/dbvisualizer-auto-commit-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

