Delete comment from: Javarevisited
Javin @ iterate hashmpa java said...
@Captain Price, Thanks for comment. Regarding work around for executing IN clause on PreparedStatment you need to build extra logic which can set extra place folder null or empty e.g. if you have where LOAN IN (?,?,?) than you need to set all three by manual coding. This can be whole new blog post, I will try to put one together.
Mar 24, 2012, 11:28:26 PM
Posted to Why use PreparedStatement in Java JDBC? Example Tutorial