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.
도움이 되었나요?
Add Comment
View Comments
Ques 82. Which is the default Data types in VBScript?
Variant.
도움이 되었나요?
Add Comment
View Comments
Most helpful rated by users:
- What is ASP?
- How can you disable the browser to view the code?
- Give the comment Tags for the following?
- What is a "Virtual Directory"?
- What happens to a HTML page?