I've never seen this message before.  Any ideas would be appreciated. 

Here's the code from the Action page:

<cfloop from="1" to="#ListLen(Form.EmpID_Muster)#" index="i">
<cfupdate datasource="MorningMuster" dbtype="ODBC" tablename="muster"
formfields="empID_muster, emp_status"> 
</cfloop>

And here's the info I get back from CF Debug

Error Executing Database Query. Invalid data
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 for CFSQLTYPE
CF_SQL_NUMERIC. 



Rick 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to