|
||||||||
|
Submit Links |
Latest Links
| Login
(want to submit links for DLinks? send a mail to krishnas@javabeat.net)
how to prevent sql injectionsubmited by krishnas on Thu Sep 30th, 2010 Using prepared statements with parameters helps to defend against SQL injection in most common cases, when you would otherwise interpolate untrusted content into a string and then execute the string as an SQL statement.Topic: java |
||||||||
|
||||||||