InterviewSolution
Saved Bookmarks
| 1. |
When Inserting Strings Into A Sql Table In Asp What Is The Risk And How Can You Prevent It? |
|
Answer» SQL INJECTION, to PREVENT you probably NEEDS to use Stored PROCEDURES instead of inline/in code SQL. SQL Injection, to prevent you probably needs to use Stored Procedures instead of inline/in code SQL. |
|