in Technology by

What are the methods used to protect against SQL injection attack?

Please log in or register to answer this question.

1 Answer

0 votes
by

What are the methods used to protect against SQL injection attack? Following are the methods used to protect against SQL injection attack: Use Parameters for Stored Procedures Filtering input parameters Use Parameter collection with Dynamic SQL In like clause, user escape characters

Related questions

...