I'm trying to find the best possible way to update 1000s of SQL records
at a time. I currently have a huge list that has all the colum values that need to
have the change made (set the date to NOW()).

Is there a better way then:
SET colum=value WHERE <CFLOOP list>colum=#listitem# OR </CFLOOP>

Thanks!



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to