<?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: CF8 &#8211; dbvarname supported or not?</title>
	<atom:link href="http://john.beynon.org.uk/2007/10/30/cf8-dbvarname-supported-or-not/feed/" rel="self" type="application/rss+xml" />
	<link>http://john.beynon.org.uk/2007/10/30/cf8-dbvarname-supported-or-not/</link>
	<description>Confessions of a code Junkie and anything else i fancy!</description>
	<lastBuildDate>Thu, 14 Jan 2010 03:02:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jorgen</title>
		<link>http://john.beynon.org.uk/2007/10/30/cf8-dbvarname-supported-or-not/#comment-687</link>
		<dc:creator>Jorgen</dc:creator>
		<pubDate>Thu, 06 Dec 2007 16:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2007/10/30/CF8---dbvarname-supported-or-not?#comment-687</guid>
		<description>I can confirm that CF8 will throw errors if some and not all parameters have dbvarname specified.
This was the only issue I had when upgrading my apps from CF7 to CF8. I found the documentation lacking. (Enterprise version, Windows).</description>
		<content:encoded><![CDATA[<p>I can confirm that CF8 will throw errors if some and not all parameters have dbvarname specified.<br />
This was the only issue I had when upgrading my apps from CF7 to CF8. I found the documentation lacking. (Enterprise version, Windows).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://john.beynon.org.uk/2007/10/30/cf8-dbvarname-supported-or-not/#comment-693</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Tue, 30 Oct 2007 07:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2007/10/30/CF8---dbvarname-supported-or-not?#comment-693</guid>
		<description>I have noticed that CF8 still notices the attribute because if you have it on some but not all parameters in the proc, it throws an error saying that you have to use it for all or none.</description>
		<content:encoded><![CDATA[<p>I have noticed that CF8 still notices the attribute because if you have it on some but not all parameters in the proc, it throws an error saying that you have to use it for all or none.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd sharp</title>
		<link>http://john.beynon.org.uk/2007/10/30/cf8-dbvarname-supported-or-not/#comment-692</link>
		<dc:creator>todd sharp</dc:creator>
		<pubDate>Tue, 30 Oct 2007 07:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2007/10/30/CF8---dbvarname-supported-or-not?#comment-692</guid>
		<description>FWIW - didn&#039;t you have to use @varname for it to work anyways?  I always forget...</description>
		<content:encoded><![CDATA[<p>FWIW &#8211; didn&#8217;t you have to use @varname for it to work anyways?  I always forget&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie Arehart</title>
		<link>http://john.beynon.org.uk/2007/10/30/cf8-dbvarname-supported-or-not/#comment-691</link>
		<dc:creator>Charlie Arehart</dc:creator>
		<pubDate>Tue, 30 Oct 2007 07:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2007/10/30/CF8---dbvarname-supported-or-not?#comment-691</guid>
		<description>Hey John, I was piqued by your title when I saw it on FullAsAGoog, as indeed it&#039;s an issue near and dear to my heart. You&#039;re right that I did include it in my talk, because I&#039;d seen reference to it elsewhere. I just hadn&#039;t yet tried it. When I did a few weeks ago, and learned it was no longer there, I pulled it from the talk. Shame to see that it was. I&#039;ve had some people confide over the years that they have code from CF5 where the volume of changes needed to get it to work without DBVarName has been enough that they&#039;ve been reluctant to upgrade. It&#039;s a shame. As Dan says, perhaps the best solution is an option to enable/disable it per DSN or per app (as opposed to an attribute of CFSTOREDPROC, which again would require change to the code.)</description>
		<content:encoded><![CDATA[<p>Hey John, I was piqued by your title when I saw it on FullAsAGoog, as indeed it&#8217;s an issue near and dear to my heart. You&#8217;re right that I did include it in my talk, because I&#8217;d seen reference to it elsewhere. I just hadn&#8217;t yet tried it. When I did a few weeks ago, and learned it was no longer there, I pulled it from the talk. Shame to see that it was. I&#8217;ve had some people confide over the years that they have code from CF5 where the volume of changes needed to get it to work without DBVarName has been enough that they&#8217;ve been reluctant to upgrade. It&#8217;s a shame. As Dan says, perhaps the best solution is an option to enable/disable it per DSN or per app (as opposed to an attribute of CFSTOREDPROC, which again would require change to the code.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan G. Switzer, II</title>
		<link>http://john.beynon.org.uk/2007/10/30/cf8-dbvarname-supported-or-not/#comment-690</link>
		<dc:creator>Dan G. Switzer, II</dc:creator>
		<pubDate>Tue, 30 Oct 2007 06:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2007/10/30/CF8---dbvarname-supported-or-not?#comment-690</guid>
		<description>I&#039;m actually hoping that if they ever do start supporting it again, it&#039;s feature that can be toggled off/on. We use the dbvarname in our code, but strictly for documentation purposes. The problem is the names might not match exactly in some cases. Since it doesn&#039;t currently work, if there&#039;s any kind of spelling mistake, it wouldn&#039;t show up until the feature actually starts working. So, I hope it&#039;s an option that can be turned off/on if Adobe does actually decide to turn it on again.</description>
		<content:encoded><![CDATA[<p>I&#8217;m actually hoping that if they ever do start supporting it again, it&#8217;s feature that can be toggled off/on. We use the dbvarname in our code, but strictly for documentation purposes. The problem is the names might not match exactly in some cases. Since it doesn&#8217;t currently work, if there&#8217;s any kind of spelling mistake, it wouldn&#8217;t show up until the feature actually starts working. So, I hope it&#8217;s an option that can be turned off/on if Adobe does actually decide to turn it on again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Erat</title>
		<link>http://john.beynon.org.uk/2007/10/30/cf8-dbvarname-supported-or-not/#comment-689</link>
		<dc:creator>Steven Erat</dc:creator>
		<pubDate>Tue, 30 Oct 2007 04:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2007/10/30/CF8---dbvarname-supported-or-not?#comment-689</guid>
		<description>That&#039;s correct, the use of dbvarname and its named notation of SP parameters is not supported in any ColdFusion release since CF5.  An significant engineering effort went into trying to add it back to CF8, but in the end the behavior wasn&#039;t perfect and it was pulled.</description>
		<content:encoded><![CDATA[<p>That&#8217;s correct, the use of dbvarname and its named notation of SP parameters is not supported in any ColdFusion release since CF5.  An significant engineering effort went into trying to add it back to CF8, but in the end the behavior wasn&#8217;t perfect and it was pulled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd sharp</title>
		<link>http://john.beynon.org.uk/2007/10/30/cf8-dbvarname-supported-or-not/#comment-688</link>
		<dc:creator>todd sharp</dc:creator>
		<pubDate>Tue, 30 Oct 2007 03:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2007/10/30/CF8---dbvarname-supported-or-not?#comment-688</guid>
		<description>I can not remember where I saw it, but it was documented somewhere that it is not longer supported.  Nothing wrong with positional arguments...Just make sure they are nullable in your proc and add the null=&quot;#not len(varName)#&quot; trick and you&#039;ll be fine :)</description>
		<content:encoded><![CDATA[<p>I can not remember where I saw it, but it was documented somewhere that it is not longer supported.  Nothing wrong with positional arguments&#8230;Just make sure they are nullable in your proc and add the null=&quot;#not len(varName)#&quot; trick and you&#8217;ll be fine <img src='http://john.beynon.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
