The beans.Statement class does not have an executeUpdate method. Why are you using that class and not the sql.Statement class? Even better use a PreparedStatement. Also never ever do this:

} catch...