Question
How to prevent SQL injection in coldfusion?
I pass data with Form to cfm action file, the action file
have cfquery to communicate with database.
What is happen if I pass sql statement (for instance delete) from form to action page?
Do I have to write special code to prevent SQL injection in coldfusion?
Thanks
Mark
What is happen if I pass sql statement (for instance delete) from form to action page?
Do I have to write special code to prevent SQL injection in coldfusion?
Thanks
Mark
