Ian Vaughan wrote: > What exactly do you mean with the old code, what exactly does cfparam > achieve, I am just trying to update a database field, why does cfparam > need to be used and why does the update code need to be updated?
Not cfparam, cfqueryparam. It allows you to use bind variables which are basically strongly typed variables which are escaped in the driver instead of ColdFusion and can use pre-prepared execution plans on th server. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

