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.

Since getdate is the name of a function, maybe you should call your proc
something else.

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.

~Brad

-----Original Message-----
From: Phillip Vector [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 01, 2008 4:52 PM
To: CF-Talk
Subject: Stored Procedure Not Working

I have a MS SQL database and I have a stored procedure I'm trying to
call with the following code..

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:308431
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to