If looks like your server is getting random intermittent connection drops from your MySQL server (I'm assuming it's remote)
You could just wrap what you are trying to do in a <cftry> tag with a <cfcatch> that could prompt to refresh or however else you would want to handle the issue. Otherwise you are going to have to look deep in to whats causing the random packet losses. Jim Eisenhauer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334780 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

