Interview Questions

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

ASP Interview Questions and Answers


(Continued from previous question...)

140. 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 need to use Stored Procedures instead of inline/incode SQL

(Continued on next question...)

Other Interview Questions