Building SQL with + concatenation allows injection.
Use parameterized queries. Never concatenate user input into SQL strings.