Question
HCL Technologies
NL
Last activity: 30 Oct 2020 9:38 EDT
SQL Injection
>> Replace dynamic SQL statements with prepared statements that have parameterized queries to prevent possible SQL injection. <<
Can some help to understand, to avoid SQL injection we should not use Dynamic SQL statements which is parameterized to use User Input. Am i right?
If my Connect SQL is not having parameterized queries of User Input. Is it safe to use? or should we always prefer to use Obj methods.