Question
cfqueryparam questions
1. Are parameterized queries needed in a query where no user entered data is used, like looking up something in a code table or looking up a record by ids assigned by a program ?
2. A program I've become responsible for uses cfinput and cfupdate. Do they take care of parameterizing automatically ?
