Posted By:
Anonymous
Posted On:
Sunday, May 25, 2003 11:32 AM
Since JDK 1.4, Statement interface includes a method
executeUpdate(String SQL, int autogeneratedKeys). Is there
an equivalent of this function for PreparedStatement? Common sense tells
me that PreparedStatment should have a method executeUpdate(int autogeneratedKeys) but it doesn't. Is there a way to simulate this ?