Dear all,
I have using db operations such as insert,update,select,delete in my program .I have perform this operation using the prepared statement.
How to avoid the sql injection in my java program.?
*)I want to know functions to avoid the escape characters in java ?
*)Did any one know what are ways to implement the sql injection in java?
In php ,
We use addslashes, mysql_real_escape_string ,mysql_escape_string etc.
Thanks in advance
Thank you,
With Regards,
Prem