I'm looking for some way to avoid SQL Injection on the system I'm developing.
Is there any regular expression that perceives the attempt of a possible SQL Injection attempt?
Do you know any other way to avoid it? Sometimes there may even be better ways of prevention but I still do not know.