Answers

Question and Answer:

  Home  ASP Programming

⟩ When inserting strings into a SQL table in ASP What is the risk and how can you prevent it?

SQL Injection, to prevent you probably needs to use Stored Procedures instead of inline/incode SQL

 223 views

More Questions for you: