Daily Archives: Monday, 21 September, 2009

If you really must do dynamic SQL…

I may have mentioned in previous posts and articles about SQL Injection Attacks that dynamic SQL (building SQL commands by concatenating strings together) is a source of failure in the security of a data driven application. It becomes easy to … Continue reading

Posted in Uncategorized | Tagged , , , | 7 Comments