Hi. I'm a newbie (sort of) to cf db development. I am required to figure out how to secure our form field data prior to database insert. We have a hack/legacy db structure requiring me to query multiple tables for common form field information. For example, I need to call the "company name" from four different tables, each which use a different column name for this same type of information. Is there a clean way to do this through cfprocparam in a cfstoredproc procedure using multiple values?
Start Free Trial