<?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: ColdFusion &#8211; SQLServer JDBC Driver Unsupported data conversion</title>
	<atom:link href="http://coreygilmore.com/blog/2009/03/25/coldfusion-sqlserver-jdbc-driver-unsupported-data-conversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://coreygilmore.com/blog/2009/03/25/coldfusion-sqlserver-jdbc-driver-unsupported-data-conversion/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 11:13:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mike Stemle</title>
		<link>http://coreygilmore.com/blog/2009/03/25/coldfusion-sqlserver-jdbc-driver-unsupported-data-conversion/comment-page-1/#comment-54114</link>
		<dc:creator>Mike Stemle</dc:creator>
		<pubDate>Wed, 27 Oct 2010 15:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=871#comment-54114</guid>
		<description>I did use explicit column selection.

How is this cache cleared? Is it necessary to bounce the coldfusion process for this to reset?</description>
		<content:encoded><![CDATA[<p>I did use explicit column selection.</p>
<p>How is this cache cleared? Is it necessary to bounce the coldfusion process for this to reset?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://coreygilmore.com/blog/2009/03/25/coldfusion-sqlserver-jdbc-driver-unsupported-data-conversion/comment-page-1/#comment-54113</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Wed, 27 Oct 2010 14:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=871#comment-54113</guid>
		<description>Mike,
if you change the data type of one of the columns maybe. 
This is definatley cfquery caching.

If you remove the ; it will use the old cached version so that might be what you&#039;re experiencing.

Rule of thumb: 
Use  and explicit column selection.</description>
		<content:encoded><![CDATA[<p>Mike,<br />
if you change the data type of one of the columns maybe.<br />
This is definatley cfquery caching.</p>
<p>If you remove the ; it will use the old cached version so that might be what you&#039;re experiencing.</p>
<p>Rule of thumb:<br />
Use  and explicit column selection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Stemle</title>
		<link>http://coreygilmore.com/blog/2009/03/25/coldfusion-sqlserver-jdbc-driver-unsupported-data-conversion/comment-page-1/#comment-54112</link>
		<dc:creator>Mike Stemle</dc:creator>
		<pubDate>Wed, 27 Oct 2010 14:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=871#comment-54112</guid>
		<description>I don&#039;t know if I agree that this is caching though... if it were, wouldn&#039;t you be able to remove the semicolon after the first execution of the query?

It seems like ANY change to the SQL alleviates the error, though I&#039;m not sure that caching is the cause for sure. This isn&#039;t just for &quot;select *&quot; queries, I just had it happen to me on a query wherein I was grabbing one specific column from my query.

I found that reversing the order of the items in the where clause also helped.</description>
		<content:encoded><![CDATA[<p>I don&#039;t know if I agree that this is caching though&#8230; if it were, wouldn&#039;t you be able to remove the semicolon after the first execution of the query?</p>
<p>It seems like ANY change to the SQL alleviates the error, though I&#039;m not sure that caching is the cause for sure. This isn&#039;t just for &#034;select *&#034; queries, I just had it happen to me on a query wherein I was grabbing one specific column from my query.</p>
<p>I found that reversing the order of the items in the where clause also helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederick</title>
		<link>http://coreygilmore.com/blog/2009/03/25/coldfusion-sqlserver-jdbc-driver-unsupported-data-conversion/comment-page-1/#comment-53229</link>
		<dc:creator>Frederick</dc:creator>
		<pubDate>Fri, 08 Oct 2010 16:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=871#comment-53229</guid>
		<description>Bless you for posting this.  You saved me a ton of time.</description>
		<content:encoded><![CDATA[<p>Bless you for posting this.  You saved me a ton of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gin</title>
		<link>http://coreygilmore.com/blog/2009/03/25/coldfusion-sqlserver-jdbc-driver-unsupported-data-conversion/comment-page-1/#comment-29305</link>
		<dc:creator>Gin</dc:creator>
		<pubDate>Tue, 30 Jun 2009 11:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=871#comment-29305</guid>
		<description>Thanks a lot! You save my time.</description>
		<content:encoded><![CDATA[<p>Thanks a lot! You save my time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://coreygilmore.com/blog/2009/03/25/coldfusion-sqlserver-jdbc-driver-unsupported-data-conversion/comment-page-1/#comment-23989</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Thu, 23 Apr 2009 12:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=871#comment-23989</guid>
		<description>The solution is to put all the columns you want in the column list instead of doing a *. 
It&#039;s bad practise to throw in a * anyways and can produce unexpected results in your code.</description>
		<content:encoded><![CDATA[<p>The solution is to put all the columns you want in the column list instead of doing a *.<br />
It&#039;s bad practise to throw in a * anyways and can produce unexpected results in your code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://coreygilmore.com/blog/2009/03/25/coldfusion-sqlserver-jdbc-driver-unsupported-data-conversion/comment-page-1/#comment-21090</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 26 Mar 2009 12:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=871#comment-21090</guid>
		<description>Ah nice!  Yeah I run into this all the time and always assumed the caching somewhere and have always resolved it by restarting my cf service.  Typing a semicolon is a it faster isn&#039;t it?</description>
		<content:encoded><![CDATA[<p>Ah nice!  Yeah I run into this all the time and always assumed the caching somewhere and have always resolved it by restarting my cf service.  Typing a semicolon is a it faster isn&#039;t it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 442/459 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: cdn01.coreygilmore.com

Served from: coreygilmore.com @ 2012-02-08 00:50:18 -->
