<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>ColdFusion Muse - Coldfusion Upgrading</title>
			<link>http://www.coldfusionmuse.com/index.cfm</link>
			<description>Musings and Other Things from CF Guru Mark Kruger</description>
			<language>en-us</language>
			<pubDate>Thu, 02 Sep 2010 20:15:33 -0500</pubDate>
			<lastBuildDate>Sun, 25 Feb 2007 00:13:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>mkruger@cfwebtools.com</managingEditor>
			<webMaster>mkruger@cfwebtools.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>mkruger@cfwebtools.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>ColdFusion Muse</title>
				<link>http://www.coldfusionmuse.com/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>JDBC Drivers, Data Binding and Implicit Conversion</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2007/2/25/implicit.conversion</link>
				<description>
				
				&lt;p&gt; 
	You may know that MSSQL allows for &quot;implicit conversion&quot; between data types. For example if you have a character column and you pass it a number without single quotes (as in myCharCol = 1), MSSQL will automatically convert the value 1 into a character for the purpose of the query. On a Coldfusion 5 server this behavior carries through seamlessly even when you are binding data using cfqueryparam. However, if you are using cfqueryparam in a query on a CF 5 server and also relying on implicit conversion within the &lt;em&gt;same query&lt;/em&gt; you should know that you may have a problem getting that cfquery to work in Coldfusion MX. The issue is that JDBC &quot;prepares&quot; the statement by validating against the schema. Here&apos;s an example:
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Coldfusion Upgrading</category>				
				
				<category>MS SQL Server</category>				
				
				<category>Coldfusion &amp;amp; Databases</category>				
				
				<pubDate>Sun, 25 Feb 2007 00:13:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2007/2/25/implicit.conversion</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Instructions on Upgrading the JVM</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2007/2/24/upgrade.JVM</link>
				<description>
				
				&lt;p&gt;
My friend and fellow Guru Ryan Stille has written an outstanding tutorial on &lt;a href=&quot;http://www.stillnetstudios.com/2007/02/24/upgrading-the-coldfusion-jvm-on-linux-and-windows/&quot;&gt;upgrading your JVM&lt;/a&gt;. In case you didn&apos;t know, you will need to move your JVM up to 1.4.2_11 prior to March 11th in order to comply with new daylight savings time standards.
&lt;/p&gt;
				
				</description>
						
				
				<category>Coldfusion Upgrading</category>				
				
				<pubDate>Sat, 24 Feb 2007 21:01:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2007/2/24/upgrade.JVM</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Coldfusion MX and the 64 bit JVM</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2006/6/18/64.bit.JVM</link>
				<description>
				
				&lt;div style=&quot;margin-left: 20px; border-left: 3px solid #CCCCCC; padding-left: 4px;&quot;&gt;
&lt;p&gt;
	CF Muse Reader, Eric Priest from Montana University, Asks:&lt;br&gt;
	We are getting ready to upgrade our web and database servers from Windows 2000, running SQL server 2000, 32-bit, to Windows 2003 server running SQL server 2005, 64-bit. We have a lot of legacy applications written in JavaScript and Coldfusion mx studio. I am wondering if these changes will break any of our existing applications and how can I determine the impacts? 
&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;
	First, you should know that this is not a widely used platform yet - at least not for web servers. Secondly, if you are running both SQL 2005 and Coldfusion on the same 64 bit server make sure and buy 6 Gigs or more of RAM. Now, assuming you have separate servers SQL will run splendidly in 64 bit mode (assuming you have the right version).  Let&apos;s talk about Coldfusion.
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Coldfusion Upgrading</category>				
				
				<pubDate>Sun, 18 Jun 2006 18:32:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2006/6/18/64.bit.JVM</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Coldfusion MX and Mqseries Revisited</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2006/4/24/mqseries.revised</link>
				<description>
				
				&lt;p&gt;
 In my &lt;a href=&quot;http://mkruger.cfwebtools.com/index.cfm?mode=alias&amp;alias=mqseries&quot;&gt;previous post&lt;/a&gt; on the topic of integrating MQSeries with Coldfusion MX I included some sample code for sending and retrieving messages to &quot;put&quot; and &quot;get&quot; queues using an MQManager object. This post has a correction and addition to that original sample code.
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Coldfusion MX 7</category>				
				
				<category>Coldfusion Upgrading</category>				
				
				<pubDate>Mon, 24 Apr 2006 22:38:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2006/4/24/mqseries.revised</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Working With IBM&apos;s MQSeries and Coldfusion MX</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2006/4/11/mqseries</link>
				<description>
				
				&lt;p&gt;	
This post may be one that very few of my readers will care about. But if you are the 1 reader in 1000 that needs to know how to connect to MQSeries version 6 using coldfusion then this post may prove a life saver. You can benefit from the 50 hours of my life I spent figuring this out that I will never get back. Here&apos;s the scoop. We have a client who needs to upgrade a Coldfusion installation running on CF 5. The current installation uses COM. Under a load it becomes unresponsive. 
&lt;br/&gt;&lt;br/&gt;
&lt;em&gt;NOTE: There is an &lt;a href=&quot;http://mkruger.cfwebtools.com/index.cfm/2006/4/24/mqseries.revised&quot;&gt;update to this post&lt;/a&gt; that was entered on 4/24. &lt;/em&gt;
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Coldfusion MX 7</category>				
				
				<category>Coldfusion Upgrading</category>				
				
				<pubDate>Tue, 11 Apr 2006 11:59:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2006/4/11/mqseries</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Why move to CFMX</title>
				<link>http://www.coldfusionmuse.com/index.cfm?mode=entry&amp;entry=8E6B9838-DD04-EABD-CFA29BE7A3E72ADA</link>
				<description>
				
				&lt;p&gt;
	Picture this - a good customer comes to you with a complex application running nicely on Coldfusion 5.0. It has a few 
	performance issues, but much of it is related to the code not the platform.  He or she poses this question, &quot;Why should 
	I move to Coldfusion MX&quot;?  Hmmmmmm....
	
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Coldfusion Upgrading</category>				
				
				<pubDate>Thu, 25 Dec 2003 11:43:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm?mode=entry&amp;entry=8E6B9838-DD04-EABD-CFA29BE7A3E72ADA</guid>
				
				
			</item>
			
		 	
			</channel></rss>