Personally, I don't use cfinsert, cfupdate, or any of the cfform tags. Sure they're quick and convenient, but they're not very flexible. As soon as you want to do something even slightly beyond the design (like set a DateUpdated field to now() for example) you're faced with either rewriting the code or a nasty kludge ( <cfset form.DateUpdated = now()> ).
> what are your thoughts on using cfinsert over using a sql > insert function? (access/ms sql) > Pro's and cons ? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

