On Tue, Jul 1, 2008 at 2:55 PM, Brad Wood <[EMAIL PROTECTED]> wrote: > Hmm, right off the bat, I don't think the browser would make any > difference unless you have ColdFusion code that behaves differently > depending on the browser. Perhaps something is being cached.
I cleared out the cache and still the same issue. Also, no browser specific code. > Regardless, if appears your data types are mixed up. Your proc params > list the date first and the varchar second, but the proc has the varchar > first and the date second. I didn't know that it needs to be the same order. I switched it and it's working now. Thanks. :) Wierd though how firefox didn't error out. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308433 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

