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

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

Read Online ASP Programming Job Interview Questions And Answers