Related differences

JSP vs ASP

Ques 81. 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.

Is it helpful? Add Comment View Comments
 

Ques 82. Which is the default Data types in VBScript?

Variant.

Is it helpful? Add Comment View Comments
 

Most helpful rated by users: