Hello,
just to quickly sum things up: Using stored procedures does not protect you from SQL injection - you may decrease the amount of points where things can be altered, but that's about it. In general, you end up with a faster SQL injection :P What you want to use a parameterized prepared statements, which take over the task of escaping special characters for you, so e.g. the single tick does not get processed as an active component of the SQL statement.Do STORED PROCEDURES really protect against any kind of SQL Injection? I have read many articles about, some say they are and some say they are NOT!
Isn't there any way to do code injection into a SP or are they fully-secure against Injections?
Hope that helps, Cheers, j. _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.grok.org.uk/full-disclosure-charter.html Hosted and sponsored by Secunia - http://secunia.com/