Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit
I'm posting values to a ColdFusion component from a form via an action page action page code: http://cfm.pastebin.com/d573539dd When the function receives the data it throws one of two errors: If I set a type for group_id (as int) it throws an error saying that group_id is not of type int. (I've since discovered that ColdFusion passes almost all form values as strings). If I remove the type from the CFArgument I get [Macromedia][SQLServer JDBC Driver]Invalid parameter binding(s). I need to get an answer and move past this.. what am I missing? http://cfm.pastebin.com/m5279dcb4 -- -- Scott Stewart ColdFusion Developer Office of Research Information Systems Research & Economic Development University of North Carolina at Chapel Hill Phone:(919)843-2408 Fax: (919)962-3600 Email: [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:310858 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

