in reply to Re: Preventing SQL injection attacks: are -T and placeholders not enough?
in thread Preventing SQL injection attacks: are -T and placeholders not enough?
If you don't use string interpolation, I guess you use placeholders, and we're back to the advice: always use placeholders.
The use of SPs are orthogonal to that issue.
/J
|
---|