the method public static int execute(..., ..., ...) contained an error, effectively
not allowing parameters. This was caused by calling: statement.executeUpdate(sqlStatement) instead of: statement.executeUpdate().
Authored by: keess 2002-12-02
Parent: [r354]
Child: [r356]