> <CFQUERY DATASOURCE="#request.foo#"> > UPDATE entrycount > SET > entrycount.InstallFlash=(entrycount.InstallFlash+1) > WHERE > entrycount.ID = 1 > </CFQUERY>
Your database should lock the table/row automatically. I don't believe you need a CF lock as well. Ben Johnson Hostworks, Inc. ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

