SQL Injection – Database Connectivity
SQL Injection Passing the SQL operation as a string in the execute method presents the risk of a SQL injection, as malicious SQL code can be injected into the query string. Assume that there is a basic statement that queries a table, where the query is dependent on a value: Click here to view code