Hi
If I use JdbcTemplate.execute("sql"), will it automatically close the statement (that it uses) for me?
Thanks in advance.
Hi
If I use JdbcTemplate.execute("sql"), will it automatically close the statement (that it uses) for me?
Thanks in advance.
Yes.Originally Posted by srirang