Answer the question
In order to leave comments, you need to log in
How to protect yourself from sql injection?
Database.SqlQuery("exec sp_ ...", param)
this code is not protected from sql injection, how is it better to filter the parameters in this case?
Using the SqlParameters class, can you protect yourself from sql injections?
Answer the question
In order to leave comments, you need to log in
Using the SqlParameters class, can you protect yourself from sql injections?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question