What is SQL Injection and how to fix it
bootsity.com
What is SQL Injection and how to fix it
1–2 of 2 posts
Re: What is SQL Injection and how to fix it
#2Well, afaik most SQL dialects, drivers and programming languages support parameterised and prepared statements...
Has there ever been ANY reason to use string concatenation instead of parameterised / prepared statements? I think there should be not one single tutorial explaining sql with string concatenation...
And why is this feature so often not working for identifiers like table names?
I would love to hear opinions to that...