|
From: <jue...@we...> - 2004-02-25 00:12:43
|
Thomas, everybody, =20 Any reason why JdbcTemplate's update(sql) method uses a = PreparedStatement without bind parameters? To be consistent with the = query methods that take static SQL, update(sql) should really use a = plain Statement... =20 BTW, Keith and me are currently refining the use of native JDBC = extraction in JdbcTemplate: This just makes sense when application code = will touch - and potentially cast - JDBC objects like PreparedStatements = or ResultSets. Thus, it isn't necessary for execute(sql) or update(sql). =20 Juergen |