Question
how to avoid sql injection
If a query is in a stored procedure, would that make sql
injection harmless?
Also I have been told cfqueryparam is helpful to prevent sql injection and I think I see how that would work by restricting certain fields to a specific types like integer, but what about string or memo fields? How are those sufficiently restricted?
Also I have been told cfqueryparam is helpful to prevent sql injection and I think I see how that would work by restricting certain fields to a specific types like integer, but what about string or memo fields? How are those sufficiently restricted?
