Quoting "Cutter (CF_Talk)" <[EMAIL PROTECTED]>:
> 
> Table:tblSubscribe
>      int:intChoiceID
>      str:strChoice
>      int:intCount
> 
> Update intCount for selected strChoice as intCount + 1

UPDATE tblSubscribe
SET    intCount = intCount + 1
WHERE  strChoice = <cfqueryparam cfsqltype="cf_sql_varchar" value="#value#">

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to