Linked by Thom Holwerda on Mon 28th Apr 2008 19:22 UTC, submitted by Hakime
Thread beginning with comment 311758
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Two words: stored procedures
Three words: No dynamic SQL
Three words: No dynamic SQL
Actually the solution is simple: Always use parameterized queries. Never ever ever use string concatenation. Not everyone is a fan of sprocs, and they've actually fallen out of favor more lately now that ORM's are more mainstream and easier to use.






Member since:
2005-11-11
Two words: stored procedures
Three words: No dynamic SQL