<?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: Wrangling QofQ Datatypes</title>
	<atom:link href="http://www.ghidinelli.com/2006/08/08/wrangling-qofq-datatypes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2006/08/08/wrangling-qofq-datatypes</link>
	<description></description>
	<pubDate>Wed, 07 Jan 2009 12:28:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Better Living Through Introspection</title>
		<link>http://www.ghidinelli.com/2006/08/08/wrangling-qofq-datatypes/comment-page-1#comment-208</link>
		<dc:creator>Better Living Through Introspection</dc:creator>
		<pubDate>Tue, 15 Aug 2006 13:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2006/08/08/wrangling-qofq-datatypes/#comment-208</guid>
		<description>&lt;strong&gt;Quote for the day&lt;/strong&gt;

It makes me nervous when computers “guess”....</description>
		<content:encoded><![CDATA[<p><strong>Quote for the day</strong></p>
<p>It makes me nervous when computers “guess”&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.ghidinelli.com/2006/08/08/wrangling-qofq-datatypes/comment-page-1#comment-194</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Tue, 08 Aug 2006 18:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2006/08/08/wrangling-qofq-datatypes/#comment-194</guid>
		<description>I just finished fixing my report system and I think queryNew(columnList) is 99% bad.  If you're using queryNew() without specifying the column types (a second parameter supported in CFMX 7) and your data has blanks or NULLs in the data, you're almost guaranteed going to run into a problem.

I'm going to start either using queryNew() with the new columnTypes parameter or doing a blank queryNew("") and then add each column independently using queryAddColumn(newQuery, "columnName", "VarChar", arrayNew(1)).

This seems to be the only way to be confident that your datatypes will be straight.</description>
		<content:encoded><![CDATA[<p>I just finished fixing my report system and I think queryNew(columnList) is 99% bad.  If you&#8217;re using queryNew() without specifying the column types (a second parameter supported in CFMX 7) and your data has blanks or NULLs in the data, you&#8217;re almost guaranteed going to run into a problem.</p>
<p>I&#8217;m going to start either using queryNew() with the new columnTypes parameter or doing a blank queryNew(&#8221;") and then add each column independently using queryAddColumn(newQuery, &#8220;columnName&#8221;, &#8220;VarChar&#8221;, arrayNew(1)).</p>
<p>This seems to be the only way to be confident that your datatypes will be straight.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
