<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Seamless MySQL Connector J 3.x on ColdFusion</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2005/03/21/seamless-mysql-connector-j-3x-on-coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2005/03/21/seamless-mysql-connector-j-3x-on-coldfusion/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2005/03/21/seamless-mysql-connector-j-3x-on-coldfusion/comment-page-1/#comment-146717</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Wed, 17 Dec 2008 16:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=85#comment-146717</guid>
		<description>Phil,

Did you check the neo-query.xml file and see if it still references Connector/J?  I seem to recall that CF writes those files on exit, so if you changed it while CF was running (and then restarted after saving), it&#039;s possible that it got reverted.  That&#039;s just a faint glimmer on the edge of my consciousness though, and I don&#039;t have CF7 anywhere to test.</description>
		<content:encoded><![CDATA[<p>Phil,</p>
<p>Did you check the neo-query.xml file and see if it still references Connector/J?  I seem to recall that CF writes those files on exit, so if you changed it while CF was running (and then restarted after saving), it's possible that it got reverted.  That's just a faint glimmer on the edge of my consciousness though, and I don't have CF7 anywhere to test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Williams</title>
		<link>https://www.barneyb.com/barneyblog/2005/03/21/seamless-mysql-connector-j-3x-on-coldfusion/comment-page-1/#comment-146713</link>
		<dc:creator>Phil Williams</dc:creator>
		<pubDate>Wed, 17 Dec 2008 16:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=85#comment-146713</guid>
		<description>Yep it&#039;s a legacy thing really as most of my clients are still running on CF7...</description>
		<content:encoded><![CDATA[<p>Yep it's a legacy thing really as most of my clients are still running on CF7&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2005/03/21/seamless-mysql-connector-j-3x-on-coldfusion/comment-page-1/#comment-146712</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Wed, 17 Dec 2008 16:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=85#comment-146712</guid>
		<description>Phil,

Any particular reason you&#039;re still developing new apps on CF6/7?  CF8 ships with the Connector/J drivers, so no need to futz around with it on that version.</description>
		<content:encoded><![CDATA[<p>Phil,</p>
<p>Any particular reason you're still developing new apps on CF6/7?  CF8 ships with the Connector/J drivers, so no need to futz around with it on that version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Williams</title>
		<link>https://www.barneyb.com/barneyblog/2005/03/21/seamless-mysql-connector-j-3x-on-coldfusion/comment-page-1/#comment-146666</link>
		<dc:creator>Phil Williams</dc:creator>
		<pubDate>Wed, 17 Dec 2008 12:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=85#comment-146666</guid>
		<description>OK I&#039;ve edited my neo-query.xml file so that the MySQL driver class is using com.mysql.jdbc.Driver and restarted CF

However...

When I add a new MySQL datasource using MySQL as the type it still uses the old driver class as org.gjt.mm.mysql.Driver

It seems that new MySQL datasources added after editing the xml file are being ignored and just using the default.  Am I missing something else?</description>
		<content:encoded><![CDATA[<p>OK I've edited my neo-query.xml file so that the MySQL driver class is using com.mysql.jdbc.Driver and restarted CF</p>
<p>However&#8230;</p>
<p>When I add a new MySQL datasource using MySQL as the type it still uses the old driver class as org.gjt.mm.mysql.Driver</p>
<p>It seems that new MySQL datasources added after editing the xml file are being ignored and just using the default.  Am I missing something else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2005/03/21/seamless-mysql-connector-j-3x-on-coldfusion/comment-page-1/#comment-134105</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Fri, 17 Oct 2008 01:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=85#comment-134105</guid>
		<description>Walker,

I haven&#039;t done any testing, but if you&#039;re in a Java environment the Connector/J (JDBC) drivers should be preferred to ODBC drivers.  They&#039;re portable (unlike ODBC), they&#039;re native Java (no context switches), and they come from MySQL AB.</description>
		<content:encoded><![CDATA[<p>Walker,</p>
<p>I haven't done any testing, but if you're in a Java environment the Connector/J (JDBC) drivers should be preferred to ODBC drivers.  They're portable (unlike ODBC), they're native Java (no context switches), and they come from MySQL AB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walker</title>
		<link>https://www.barneyb.com/barneyblog/2005/03/21/seamless-mysql-connector-j-3x-on-coldfusion/comment-page-1/#comment-134096</link>
		<dc:creator>Walker</dc:creator>
		<pubDate>Fri, 17 Oct 2008 01:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=85#comment-134096</guid>
		<description>Hello, Are the J Connectors faster than the 3.5.1 ODBC connector I have installed? I&#039;m looking for reasons why to upgrade to J Connectors.

Would it improve Selects and Inserts?</description>
		<content:encoded><![CDATA[<p>Hello, Are the J Connectors faster than the 3.5.1 ODBC connector I have installed? I'm looking for reasons why to upgrade to J Connectors.</p>
<p>Would it improve Selects and Inserts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucylikes</title>
		<link>https://www.barneyb.com/barneyblog/2005/03/21/seamless-mysql-connector-j-3x-on-coldfusion/comment-page-1/#comment-99</link>
		<dc:creator>lucylikes</dc:creator>
		<pubDate>Tue, 22 Mar 2005 12:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=85#comment-99</guid>
		<description>woot - i _knew_ that if i posted a comment hewre i would resolve my issue within minutes and lo, that&#039;s precisely what happened.

it works!

thanks to all

LL

</description>
		<content:encoded><![CDATA[<p>woot &#8211; i _knew_ that if i posted a comment hewre i would resolve my issue within minutes and lo, that's precisely what happened.</p>
<p>it works!</p>
<p>thanks to all</p>
<p>LL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucylikes</title>
		<link>https://www.barneyb.com/barneyblog/2005/03/21/seamless-mysql-connector-j-3x-on-coldfusion/comment-page-1/#comment-98</link>
		<dc:creator>lucylikes</dc:creator>
		<pubDate>Tue, 22 Mar 2005 12:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=85#comment-98</guid>
		<description>Hey &#039;s&#039; - what did you do between 05:34 and 05:42 to resolve it - i still can&#039;t get this sucka working!

LL</description>
		<content:encoded><![CDATA[<p>Hey 's' &#8211; what did you do between 05:34 and 05:42 to resolve it &#8211; i still can't get this sucka working!</p>
<p>LL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s</title>
		<link>https://www.barneyb.com/barneyblog/2005/03/21/seamless-mysql-connector-j-3x-on-coldfusion/comment-page-1/#comment-97</link>
		<dc:creator>s</dc:creator>
		<pubDate>Tue, 22 Mar 2005 11:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=85#comment-97</guid>
		<description>Nevermind...I got it.  Thanx for the info.</description>
		<content:encoded><![CDATA[<p>Nevermind&#8230;I got it.  Thanx for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Stroz</title>
		<link>https://www.barneyb.com/barneyblog/2005/03/21/seamless-mysql-connector-j-3x-on-coldfusion/comment-page-1/#comment-96</link>
		<dc:creator>Scott Stroz</dc:creator>
		<pubDate>Tue, 22 Mar 2005 11:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=85#comment-96</guid>
		<description>I am still getting the same error, even after implementing your suggested change.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I am still getting the same error, even after implementing your suggested change.  Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
