Dynamic SQL - sanitize without CFQUERYPARAM?
Hello, everyone.
I'm trying to build a dynamic WHERE clause for a query, based upon a user form submit. Since I can't use CFQUERYPARAM for the whole WHERE clause, is there a way to sanitize the WHERE clause?
I cannot use Stored Procedures, and it's an Oracle database, not my familiar MS-SQL.
Thank you,
^_^
