MyCMS.ca by Victory Design

SQL Queries Using cfqueryparam

The cfqueryparam can be used to secure ColdFusion queries from unauthorized users or those who may try and pass malicious strings to a SQL query.

The tag is also useful for SQL queries using lists and under some conditions enhances performance when interacting with databases.

Missing Include